mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 06:34:07 +01:00
wire up downloading attachments from todo partial
This commit is contained in:
parent
4d7c453ca7
commit
6405bf5d1a
5 changed files with 32 additions and 3 deletions
|
|
@ -41,6 +41,7 @@ cache [todo, current_user.date.strftime("%Y%m%d"), @source_view, current_user.pr
|
|||
<%= project_and_context_links( todo, parent_container_type, :suppress_context => suppress_context, :suppress_project => suppress_project ) %>
|
||||
<%= collapsed_notes_image(todo) if todo.notes.present? %>
|
||||
<%= collapsed_successors_image(todo) if todo.has_pending_successors %>
|
||||
<%= attachment_image(todo) if todo.attachments.present? %>
|
||||
</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