tracks/app/views/todos/edit.m.erb
Matt Rogers f393afb69f Merge branch '2.3_branch'
This brings the master branch up to date with the 2.3 release branch
2015-08-07 20:27:14 -04:00

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 %>