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,6 +1,6 @@
<%= render 'fetprofiles/tabs' %>
<div class="content-wrap content-column">
<h1>
<%= I18n.t 'profile.all_members' if params[:filter] == "all" %>
<%= I18n.t 'profile.active_members' if params[:filter].nil? || params[:filter]== "active"
@@ -43,7 +43,7 @@
<div class="span12">
<%= link_to I18n.t('fetprofiles.new'), new_fetprofile_path %>
</div>
</div>
</div></div>
</div>