forked from bofh/fetsite
9 lines
294 B
Plaintext
Executable File
9 lines
294 B
Plaintext
Executable File
<h1><%= I18n.t("modulgruppe.show.title")%></h1>
|
|
<% @modulgruppen.sort_by{|n| n[:name]}.each do |modulgruppe| %>
|
|
<%= render modulgruppe%>
|
|
<% end %>
|
|
<br>
|
|
<% if !@studium.nil? %>
|
|
<%= link_to I18n.t("modulgruppe.new"), new_studium_modulgruppe_path(@studium) if can? :new, Modulgruppe %>
|
|
<% end%>
|