@@ -1,4 +1,4 | |||
|
1 |
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2> |
|
|
1 | <h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2> | |
|
2 | 2 | |
|
3 | 3 | <% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %> |
|
4 | 4 | <%= render :partial => 'form', :locals => { :f => f } %> |
General Comments 0
You need to be logged in to leave comments.
Login now