To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / 99 / 996c22938816a74506394630187f1f58ba63cc3d.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (332 Bytes)
| 1 |
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2> |
|---|---|
| 2 |
|
| 3 |
<% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %>
|
| 4 |
<%= render :partial => 'form', :locals => { :f => f } %>
|
| 5 |
<%= submit_tag l(:button_save) %> |
| 6 |
<% end %> |