profile index translation

This commit is contained in:
Andreas Stephanides
2013-11-12 21:07:19 +01:00
parent b9b14d068f
commit 3612d5fcb3

View File

@@ -2,8 +2,8 @@
<%= render 'fetprofiles/tabs' %> <%= render 'fetprofiles/tabs' %>
<h1> <h1>
<%= I18n.t 'fetprofiles.all' if params[:filter] == "all" %> <%= I18n.t 'profile.all_members' if params[:filter] == "all" %>
<%= I18n.t 'fetprofiles.active' if params[:filter].nil? || params[:filter]== "active" <%= I18n.t 'profile.active_members' if params[:filter].nil? || params[:filter]== "active"
%> %>
</h1> </h1>