nlink fix

This commit is contained in:
Andreas Stephanides
2014-09-14 18:32:31 +02:00
parent a65f1a8926
commit fc48959e48
6 changed files with 52 additions and 14 deletions

View File

@@ -20,6 +20,6 @@
<% else %>
<li class="pull-right">
<% end %>
<%= link_to I18n.t("studien.verwaltung.title"), studien_verwalten_path if can? :verwalten, Studium %>
<%= link_to I18n.t("studien.verwaltung.title"), studien_verwalten_path if can? :verwalten, Studium %>
</li>
</ul>