mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-28 12:58:48 +01:00
5 lines
339 B
Text
5 lines
339 B
Text
<%= form_tag todo_path(@todo, :format => 'm'), :name => 'mobileEdit', :method => :put do %>
|
|
<%= render :partial => 'edit_form', :locals => { :parent_container_type => "show_mobile" } %>
|
|
<p><input type="submit" value="<%= t('common.update') %>" accesskey="#" class="btn"/></p>
|
|
<% end -%>
|
|
<%= link_to t('common.cancel'), @return_path %>
|