mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 23:24:07 +01:00
Preliminary defer buttons
This commit is contained in:
parent
1d64ca0f34
commit
539fda21dc
4 changed files with 25 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<%= deferred_due_date %>
|
||||
<%= project_and_context_links( parent_container_type, :suppress_context => suppress_context, :suppress_project => suppress_project ) %>
|
||||
<%= render(:partial => "todos/toggle_notes", :locals => { :item => todo }) if todo.notes? %>
|
||||
<span class="defer-container"><%= defer_link(1) %> <%= defer_link(7) %></span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="<%= dom_id(todo, 'edit') %>" class="edit-form" style="display:none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue