<% if request.fullpath == studien_path%>
  • <% else %>
  • <% end %> <%= link_to I18n.t("studien.allestudien"), studien_path %>
  • <% for s in Studium.all %> <% if !@studium.nil? && s == @studium %>
  • <%= link_to s.title_context, s %>
  • <% else %>
  • <%= link_to s.title_context, s %>
  • <% end %> <% end %> <% if request.fullpath == studien_verwalten_path %>
  • <% else %>
  • <% end %> <%= link_to I18n.t("studien.verwaltung.title"), studien_verwalten_path if can? :verwalten, Studium %>