forked from bofh/fetsite
studien visible
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<li>
|
||||
<% end %>
|
||||
<%= link_to I18n.t("studien.allestudien"), studien_path %> </li>
|
||||
<% for s in Studium.all %>
|
||||
<% for s in @studien %>
|
||||
<% if !@studium.nil? && s == @studium %>
|
||||
|
||||
<li class="active" title="<%= s.name %>">
|
||||
|
||||
Reference in New Issue
Block a user