Mercurial > hg > soundsoftware-site
view app/views/roles/new.rhtml @ 123:605adf7e1735 cannam
Start work on paginating and refining project list layout
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Mon, 17 Jan 2011 17:22:39 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=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 %>