Umbenennung

This commit is contained in:
Thomas Blazek
2013-07-30 09:38:46 +02:00
parent 6840beb664
commit f2b8e354fe
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
<h1><%= @studium.typ %> <%= @studium.name %> (<%= @studium.zahl %>)</h1>
</div>
<%= raw(@studium.desc) %>
<% @studienphasen.each do |sp| %>
<% sp[:modulgruppen].each do |row| %>
<div class="row-fluid">
<% row.each do |modulgruppe| %>
<div class="span<%= sp[:width]%> min-width:13em;">
<%= render modulgruppe %>
</div>
<% end %>
</div>
<% end %>
<% end %>