edit.rhtml 278 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 <%= error_messages_for 'enterprise' %> <h2><%= _('Edit enterprise informations') %></h2> <% form_tag :action => 'update', :id => @enterprise do %> <%= render :partial => 'form' %> <p><%= submit_tag _('Update') %> <%= link_to _('Cancel'), :action => 'index' %></p> <% end %>