mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 07:51:48 +01:00
5 lines
228 B
Text
5 lines
228 B
Text
<% form_tag todos_path(:format => 'm'), :method => :post do %>
|
|
<%= render :partial => 'edit_mobile' %>
|
|
<p><input type="submit" value="Create" tabindex="12" accesskey="#" /></p>
|
|
<% end -%>
|
|
<%= link_to "Back", @return_path %>
|