theme_anpassung

This commit is contained in:
Andreas Stephanides
2014-01-15 13:47:35 +01:00
parent b86d3aca23
commit 9e26c49f0e
11 changed files with 83 additions and 125 deletions

View File

@@ -1,4 +1,5 @@
<%= render 'fetprofiles/tabs' %>
<div class="content-wrap content-column">
<h1>Alle Gremien</h1>
<% unless params[:filter].nil? %>
@@ -16,3 +17,4 @@
</li>
<% end %>
</ul>
</div>

View File

@@ -1,5 +1,6 @@
<%= render 'fetprofiles/tabs' %>
<p id="notice"><%= notice %></p>
<div class="content-wrap content-column">
<div class="container-fluid">
<div class="row-fluid">
<h1>
@@ -33,6 +34,7 @@
<% end %>
</div>
<% end %>
</div>
</div>
<%= link_to I18n.t('common.edit'), edit_gremium_path(@gremium) %>