mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 14:31:47 +01:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@403 a4c988fc-2ded-0310-b66e-134b36920a42
6 lines
262 B
Text
6 lines
262 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 => "show_notes icon") %>
|
|
<%= truncated_note(note) %>
|
|
</div>
|
|
<% note = nil -%>
|