Toolbar und kopfzeileneinbindung

This commit is contained in:
Thomas Blazek
2013-08-02 15:00:58 +02:00
parent 58663f25f1
commit 005c28a273
10 changed files with 30 additions and 20 deletions

View File

@@ -1,10 +1,8 @@
<h1><%= I18n.t("modul.show.title") %></h1>
<%= render 'layouts/link_all' %>
<h1><%= I18n.t("modul.list") %></h1>
<%= render :partial=>'moduls/lang', :collection=>@moduls, :as=>:modul%>
<br />
<% #if !@studium.nil? %>
<%= link_to 'New Modul', new_modul_path() %>
<% #end%>
<br>
<%= render 'layouts/pretty_toolbar'%>