Remove footer for koelkast

This commit is contained in:
benji 2015-02-19 17:25:55 +01:00
parent f2626ef16f
commit c642bf69c9
3 changed files with 6 additions and 3 deletions

1
.capistrano/metrics Normal file
View file

@ -0,0 +1 @@
full

View file

@ -1,7 +1,8 @@
<footer class="footer">
<% unless current_user && current_user.koelkast? %>
<footer class="footer">
<small>
<%= link_to "Tab", root_path %></a>
by <%= link_to "Zeus WPI", "//zeus.ugent.be" %>
by <%= link_to "Zeus WPI", "//zeus.ugent.be" %>
</small>
<nav>
<ul>
@ -10,3 +11,4 @@
</ul>
</nav>
</footer>
<% end %>