Toolbar einbindungen

This commit is contained in:
Thomas Blazek
2013-08-02 10:40:22 +02:00
parent 8562cdd997
commit 13e1c63561
4 changed files with 10 additions and 17 deletions

View File

@@ -2,13 +2,14 @@
<% @studien.sort_by{|z| z[:zahl]}.each do |studium| %>
<ul>
<li><%= render studium%></li>
</ul>
<ul>
<li><%= render studium%></li>
</ul>
<% end %>
<br />
<% link_to I18n.t("studien.new"), new_studium_path %>
<% link_to I18n.t("modulgruppe.show"), modulgruppen_path %>
<%= toolbar_html(@toolbar_elements) %>
<%= render :partial=>'layouts/pretty_toolbar'%>
<% #toolbar_html(@toolbar_elements) %>