<%= I18n.t("studien.list") %>

<% @studien.each do |studium| %>

<%= link_to studium.zahl + " "+ studium.typ+" " + studium.name, studium_path(studium) %>

<% end %>
<%= link_to I18n.t("studien.new"), new_studium_path %>