mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
Updated Index template for assets
This commit is contained in:
parent
18bb2a55dc
commit
7cd581a873
@ -9,7 +9,7 @@
|
||||
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
|
||||
<link rel="stylesheet" href="/admin/static/assets/css/lib/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/lib/bootstrap.min.css">
|
||||
<style>
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
@ -63,7 +63,7 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="/admin/static/assets/css/lib/bootstrap-theme.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/lib/bootstrap-theme.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -191,8 +191,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/admin/static/assets/js/lib/jquery.min.js"></script>
|
||||
<script src="/admin/static/assets/js/lib/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/lib/jquery.min.js"></script>
|
||||
<script src="/assets/js/lib/bootstrap.min.js"></script>
|
||||
|
||||
<script>
|
||||
var global_modal_state = null;
|
||||
|
Loading…
Reference in New Issue
Block a user