foodsoft/app/views/groups/edit.rhtml

9 lines
302 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
<h1>Gruppe bearbeiten</h1>
<div class="edit_form" style="width:50em">
<% form_tag(:action => 'updateGroup', :id => @group) do %>
<%= render :partial => 'groups/form' %>
<br style="clear:both" />
<%= submit_tag 'Speichern' %> | <%= link_to "Abbrechen", :action => "listGroups" %>
<% end %>
</div>