This commit is contained in:
Thomas Blazek
2013-08-02 19:08:35 +02:00
parent 3114d9fa52
commit 2b5a6edb3b
4 changed files with 8 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
<p id="notice"><%= notice %></p>
<h1><%= @studium.typ %> <%= @studium.name %> (<%= @studium.zahl %>)</h1>
</div>
<div>
<%= raw(@studium.desc) %>
<% @studienphasen.each do |sp| %>
<% sp[:modulgruppen].each do |row| %>
@@ -16,6 +17,7 @@
</div>
<% end %>
<% end %>
<%= render 'layouts/pretty_toolbar' %><br>
<%= render :partial=>'layouts/pretty_toolbar', :object=>@toolbar_modulgruppen %>
<%= render :partial=>'layouts/pretty_toolbar', :object=>@toolbar_modulgruppen %>
</div>
<%= render 'layouts/pretty_toolbar' %>
</div>