mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
5 lines
No EOL
279 B
Text
5 lines
No EOL
279 B
Text
<%= link_to(image_tag( 'blank.png', :width=>'16', :height=>'16', :border=>'0' ), "#", {:class => 'show_notes', :title => 'Show notes'}) %>
|
|
|
|
<div class="todo_notes" id="<%= dom_id(item, 'notes') %>" style="display:none">
|
|
<%= sanitize(markdown( auto_link(item.notes)) ) %>
|
|
</div> |