<% if @studium.nil? %>
  • <% else %>
  • <% end %> <%= link_to "Alle Studien", studien_path %>
  • <% for s in Studium.all %> <% if !@studium.nil? && s == @studium %>
  • <%= link_to s.name, studium_path(s) %>
  • <% else %>
  • <%= link_to s.name, studium_path(s) %>
  • <% end %> <% end %>