view app/views/roles/new.rhtml @ 847:83740cd6705e cannam

Merge from branch "luisf"
author Chris Cannam
date Wed, 01 Feb 2012 14:34:18 +0000
parents 513646585e45
children
line wrap: on
line source
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> &#187; <%=l(:label_role_new)%></h2> 

<% labelled_tabular_form_for :role, @role, :url => { :action => 'new' }, :html => {:id => 'role_form'} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>