annotate app/views/roles/edit.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 |
|
rev |
line source |
Chris@0
|
1 <h2><%= link_to l(:label_role_plural), :controller => 'roles', :action => 'index' %> » <%=h @role.name %></h2>
|
Chris@0
|
2
|
Chris@0
|
3 <% labelled_tabular_form_for :role, @role, :url => { :action => 'edit' }, :html => {:id => 'role_form'} do |f| %>
|
Chris@0
|
4 <%= render :partial => 'form', :locals => { :f => f } %>
|
Chris@0
|
5 <%= submit_tag l(:button_save) %>
|
Chris@0
|
6 <% end %>
|