mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
5 lines
288 B
Text
5 lines
288 B
Text
<% form_tag formatted_todo_path(@todo, :m), :method => :put do %>
|
|
<%= render :partial => 'edit_mobile', :locals => { :parent_container_type => "show_mobile" } %>
|
|
<p><input type="submit" value="Update" tabindex="6" accesskey="#" /></p>
|
|
<% end -%>
|
|
<%= link_to "Cancel", @return_path %>
|