forked from bofh/fetsite
19 lines
404 B
Plaintext
Executable File
19 lines
404 B
Plaintext
Executable File
</ul><p id="notice"><%= notice %></p>
|
|
<h1>
|
|
<%= @modulgruppe.name %>
|
|
</h1>
|
|
<p>
|
|
<!-- <b><%= link_to "Studium: "+@modulgruppe.studium.name, studium_path(@modulgruppe.studium) %></b>-->
|
|
|
|
</p><p>
|
|
<b><%= I18n.t "modulgruppe.typ"%>:</b>
|
|
<%= @modulgruppe.typ %>
|
|
</p>
|
|
|
|
|
|
<% @modulgruppe.moduls.each do |modul| %>
|
|
<%= render 'moduls/kurz', :modul=>modul%>
|
|
<% end %>
|
|
|
|
<%= render 'layouts/pretty_toolbar' %>
|