mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 00:24:07 +01:00
* 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
4 lines
No EOL
172 B
Text
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' %> |