This commit is contained in:
Thomas Blazek
2013-08-05 08:36:16 +02:00
parent e1862c27f4
commit c3432dd1bc
7 changed files with 62 additions and 44 deletions

View File

@@ -1,14 +1,18 @@
<div class="container-fluid">
<%= render 'layouts/topbar' %>
<div class="row-fluid">
<h1><%= I18n.t("studien.list") %></h1>
<% @studien.sort_by{|z| z[:zahl]}.each do |studium| %>
<ul>
<li><%= render studium%></li>
</ul>
<div class="span5">
<%= render studium%>
</div>
<% end %>
<br>
</div>
<%= render :partial=>'layouts/pretty_toolbar'%>
<% #toolbar_html(@toolbar_elements) %>
</div>