mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
comment image works
This commit is contained in:
parent
9241568472
commit
e715679281
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@
|
|||
<% } %>
|
||||
<div class='edit'>
|
||||
<% if (notes) { %>
|
||||
<!-- TODO image_tag('comment.png', :class=>'comment') -->
|
||||
<img src='/images/comment.png' class="comment" />
|
||||
<!-- TODO how to make this assets-aware? image_tag('comment.png', :class=>'comment') -->
|
||||
<img src='/assets/comment.png' class="comment" />
|
||||
<div class='qtip'><%= notes %></div>
|
||||
<% } %>
|
||||
<a href="#/<%= id %>/edit">Edit</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue