##// END OF EJS Templates
Adds strings for user groups....
Adds strings for user groups. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2870 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2707:ad90811e4016
r2756:d4ed5ec30b47
Show More
edit.rhtml
6 lines | 332 B | text/html+ruby | RhtmlLexer
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> &#187; <%= @role.name %></h2>
<% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>