2009-10-25 13:28:36 +00:00
|
|
|
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2006-09-02 13:33:23 +00:00
|
|
|
<% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %>
|
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
2006-07-29 19:54:22 +00:00
|
|
|
<%= submit_tag l(:button_save) %>
|
2007-03-12 17:59:02 +00:00
|
|
|
<% end %>
|