Remove footer for koelkast
This commit is contained in:
parent
f2626ef16f
commit
c642bf69c9
3 changed files with 6 additions and 3 deletions
1
.capistrano/metrics
Normal file
1
.capistrano/metrics
Normal file
|
@ -0,0 +1 @@
|
|||
full
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue