tracks/tracks/app/views/mobile/show_add_form.rhtml
bsag 13e2a13ca5 Made some more improvements to the mobile view:
* A count of actions in each situation is shown (i.e. all uncompleted actions on main page, all actions in context on filtered context page etc.)
* Validation errors when adding a new action are now caught and displayed on the form. I can't seem to get validation errors displayed for existing items which are being edited, but the action is (correctly) not saved.
* You can now add deferred actions through the standard form (these are not displayed on the mobile view currently).
* There's a logout link on the main page.



git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@270 a4c988fc-2ded-0310-b66e-134b36920a42
2006-06-25 17:29:22 +00:00

4 lines
No EOL
172 B
Text

<%= form_tag :action => 'update_action' %>
<%= render :partial => 'mobile_edit' %>
<%= end_form_tag %>
<%= button_to "Back", :controller => 'mobile', :action => 'list' %>