%= render 'fetprofiles/tabs' %>
<%= I18n.t 'fetprofiles.all' if params[:filter] == "all" %>
<%= I18n.t 'fetprofiles.active' if params[:filter].nil? || params[:filter]== "active"
%>
<% @fetprofiles.each do |fetprofile| %>
-
<%= link_to fetprofile, {class: :linkbox} do %>
<% end %>
<% end %>
<%= link_to I18n.t('fetprofiles.new'), new_fetprofile_path %>