annotate app/views/groups/_general.html.erb @ 983:a97e573d7f87 cannam

Minor fixes
author Chris Cannam
date Thu, 25 Oct 2012 14:54:46 +0100
parents cbb26bc654de
children 433d4f72a19b
rev   line source
Chris@909 1 <% labelled_form_for @group do |f| %>
Chris@0 2 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@0 3 <%= submit_tag l(:button_save) %>
Chris@0 4 <% end %>