mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-24 04:57:02 +00:00
Bowerize more components
- Move jquery-color into bower - Move jquery-sparklines into bower - Make swaks-tests/run-tests.sh discover its directory - Update _base.html public resource includes to /public
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
<title>{{template "title" .}}</title>
|
||||
|
||||
<link href="public/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="public/bower_components/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
|
||||
<link href="public/inbucket.css" rel="stylesheet">
|
||||
<link href="public/favicon.png" rel="shortcut icon" type="image/png">
|
||||
<script src="public/bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script src="public/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<link href="/public/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/public/bower_components/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
|
||||
<link href="/public/inbucket.css" rel="stylesheet">
|
||||
<link href="/public/favicon.png" rel="shortcut icon" type="image/png">
|
||||
<script src="/public/bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script src="/public/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
{{template "script" .}}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user