forked from bofh/fetsite
gremien filter fix + habils inzugefügt
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<% end %>
|
||||
|
||||
|
||||
<li <%= (request.fullpath == fetprofiles_path(filter: "notactive")|| request.fullpath == fetprofiles_path) ? 'class="active"'.html_safe : ''%> >
|
||||
<li <%= (request.fullpath == fetprofiles_path(filter: "notactive")) ? 'class="active"'.html_safe : ''%> >
|
||||
<%= link_to I18n.t('profile.notactive_members') , fetprofiles_path( filter: "notactive") %>
|
||||
</li>
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
<h1>Alle Gremien</h1>
|
||||
|
||||
<% unless params[:filter].nil? %>
|
||||
<p><%= Gremium::TEXT[params[:filter]] %></p>
|
||||
<h1><%= Gremium::FILTER[params[:filter].to_i] %></h1>
|
||||
|
||||
<p><%= Gremium::TEXT[params[:filter].to_i] %></p>
|
||||
<% end %>
|
||||
|
||||
<ul class="unstyled fetprofile_list">
|
||||
|
||||
Reference in New Issue
Block a user