mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-16 14:15:28 +01:00
6 lines
274 B
Text
6 lines
274 B
Text
<%= form_tag todos_path(:format => 'm'), :method => :post do %>
|
|
<%= render :partial => 'edit_form' %>
|
|
<p class="text-right"><input type="submit" class="btn" value="<%= t('common.create') %>" accesskey="#" /></p>
|
|
<% end -%>
|
|
<%= link_to t('common.back'), @return_path %>
|
|
|