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

15 lines
370 B
Plaintext
Raw Normal View History

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