div-layouts+bugfixes

This commit is contained in:
Thomas Blazek
2013-08-05 09:57:44 +02:00
parent da992bc94f
commit eb2f14f18b
6 changed files with 23 additions and 14 deletions

View File

@@ -1,8 +1,11 @@
<div class="container-fluid">
<%= render 'layouts/topbar' %>
<h1><%= I18n.t("modul.list") %></h1>
<div class="fluid-row">
<%= render :partial=>'moduls/lang', :collection=>@moduls, :as=>:modul%>
<br>
</div>
<%= render 'layouts/pretty_toolbar'%>
</div>