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/smart_proxies/_form.html.erb
<%= form_for @proxy do |f| %>
<%= base_errors_for @proxy %>
<%= form_for @smart_proxy do |f| %>
<%= base_errors_for @smart_proxy %>
<ul class="nav nav-tabs" data-tabs="tabs">
<li class="active"><a href="#primary" data-toggle="tab"><%= _("Smart Proxy") %></a></li>
<% if show_location_tab? %>
......
<%= text_f(f, :url, :size => "col-md-8" ) %>
</div>
<%= render 'taxonomies/loc_org_tabs', :f => f, :obj => @proxy %>
<%= render 'taxonomies/loc_org_tabs', :f => f, :obj => @smart_proxy %>
<%= submit_or_cancel f %>
</div>
<% end %>
<% end %>

Also available in: Unified diff