forked from bofh/fetsite
Toolbar und kopfzeileneinbindung
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<%= render 'layouts/link_all' %>
|
||||
<h1><%= I18n.t("studien.list") %></h1>
|
||||
|
||||
|
||||
@@ -8,8 +9,6 @@
|
||||
<% end %>
|
||||
|
||||
|
||||
<br />
|
||||
<% link_to I18n.t("studien.new"), new_studium_path %>
|
||||
<% link_to I18n.t("modulgruppe.show"), modulgruppen_path %>
|
||||
<br>
|
||||
<%= render :partial=>'layouts/pretty_toolbar'%>
|
||||
<% #toolbar_html(@toolbar_elements) %>
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<%= render 'layouts/pretty_toolbar'%><br>
|
||||
<%= render 'layouts/pretty_toolbar', :pretty_toolbar=>@toolbar_modulgruppen %>
|
||||
<%= render 'layouts/pretty_toolbar' %><br>
|
||||
<%= render :partial=>'layouts/pretty_toolbar', :object=>@toolbar_modulgruppen %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user