mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
7 lines
265 B
Text
7 lines
265 B
Text
|
|
<% note = notes_summary -%>
|
||
|
|
<div class="note_wrapper" id="<%= dom_id(note) %>">
|
||
|
|
<%= link_to( image_tag("blank.png", :border => 0), note_path(note), :title => "Show note", :class => "link_to_notes icon") %>
|
||
|
|
<%= truncated_note(note) %>
|
||
|
|
</div>
|
||
|
|
<% note = nil -%>
|