tap/app/views/layouts/_footer.html.erb

15 lines
370 B
Text
Raw Normal View History

2015-02-19 17:25:55 +01:00
<% unless current_user && current_user.koelkast? %>
<footer class="footer">
2014-11-25 13:09:55 +01:00
<small>
2014-11-25 16:38:08 +01:00
<%= link_to "Tab", root_path %></a>
2015-02-19 17:25:55 +01:00
by <%= link_to "Zeus WPI", "//zeus.ugent.be" %>
2014-11-25 13:09:55 +01:00
</small>
<nav>
<ul>
2014-12-09 13:44:34 +01:00
<li><%= mail_to "bestuur@zeus.ugent.be", "Contact" %></li>
<li><%= link_to "Zeus WPI", "//zeus.ugent.be" %></li>
2014-11-25 13:09:55 +01:00
</ul>
</nav>
</footer>
2015-02-19 17:25:55 +01:00
<% end %>