15 lines
309 B
Plaintext
Executable File
15 lines
309 B
Plaintext
Executable File
<h1><%= I18n.t("studien.list") %></h1>
|
|
|
|
|
|
<% @studien.sort_by{|z| z[:zahl]}.each do |studium| %>
|
|
<ul>
|
|
<li><%= render studium%></li>
|
|
</ul>
|
|
<% end %>
|
|
|
|
|
|
<br />
|
|
<% link_to I18n.t("studien.new"), new_studium_path %>
|
|
<% link_to I18n.t("modulgruppe.show"), modulgruppen_path %>
|
|
<%= toolbar_html(@toolbar_elements) %>
|