Project

General

Profile

« Previous | Next » 

Revision acfbc458

Added by Marek Hulán about 10 years ago

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:

View differences:

app/views/users/_filters.html.erb
<%= f.fields_for :user_facts do |builder| %>
<%= render "user_fact", :f => builder %>
<% end %>
<% if authorized_for(params[:controller], params[:action]) %>
<% if authorized_for(:controller => params[:controller], :action => params[:action]) %>
<%= link_to_add_fields('+ ' + _("Add Filter"), f, :user_facts, "user_fact", :title => _("Add a fact filter")) %>
<% end %>
</div>

Also available in: Unified diff