Closes #66
This commit is contained in:
parent
9a8dad3eba
commit
aedfea70b5
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
<%= render 'layouts/stylesheets' %>
|
<%= render 'layouts/stylesheets' %>
|
||||||
<%= IncludeAsset.css '/client/css/global/page.css' %>
|
<%= IncludeAsset.css '/client/css/global/page.css' %>
|
||||||
<%= IncludeAsset.css '/client/css/bootstrap.css' %>
|
<%= IncludeAsset.css '/client/css/bootstrap.css' %>
|
||||||
|
<%= favicon_link_tag %>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {padding-left: 0}
|
body {padding-left: 0}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<style>
|
<style>
|
||||||
body {padding-left: 0}
|
body {padding-left: 0}
|
||||||
</style>
|
</style>
|
||||||
|
<%= favicon_link_tag %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<%= render 'layouts/apified_header' %>
|
<%= render 'layouts/apified_header' %>
|
||||||
|
|
Loading…
Reference in a new issue