Commit 9ea4b1ac authored by Leo Iannacone's avatar Leo Iannacone

added a link to home in case header is hide()

parent b93e2310
...@@ -11,6 +11,13 @@ ...@@ -11,6 +11,13 @@
margin-top: 20px; margin-top: 20px;
} }
.navbar .home-link .icon {
background: url('../images/debian-logo-small.png') right no-repeat;
width: 17px;
height: 50px;
margin-left: 10px;
}
#error { #error {
display: none; display: none;
} }
......
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
<% if (web.paths.preferences) { %> <% if (web.paths.preferences) { %>
<li><a href="<%= web.paths.preferences %>">Preferences</a></li> <li><a href="<%= web.paths.preferences %>">Preferences</a></li>
<% } %> <% } %>
<li class="home-link">
<a class="pull-left" href="/">Home</a>
<span class="pull-right icon"></span>
</li>
</ul> </ul>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment