Mercurial > hg > soundsoftware-site
view app/views/roles/edit.html.erb @ 937:9b10514b9248 luisf
Merge from default (Redmine 1.3)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 11 Jul 2012 14:04:57 +0100 |
parents | cbb26bc654de |
children | 433d4f72a19b |
line wrap: on
line source
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @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 %>