To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / roles / new.rhtml @ 442:753f1380d6bc
History | View | Annotate | Download (338 Bytes)
| 1 |
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=l(:label_role_new)%></h2> |
|---|---|
| 2 |
|
| 3 |
<% labelled_tabular_form_for :role, @role, :url => { :action => 'new' }, :html => {:id => 'role_form'} do |f| %>
|
| 4 |
<%= render :partial => 'form', :locals => { :f => f } %>
|
| 5 |
<%= submit_tag l(:button_create) %>
|
| 6 |
<% end %>
|