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

@ -67,4 +67,4 @@ gem 'faker', '1.4.2'
gem 'paper_trail', '~> 4.0.0.beta'
# Windoos sux
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

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 %>