mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 07:40:12 +01:00
5 lines
177 B
Text
5 lines
177 B
Text
<% note = notes_summary -%>
|
|
<div class="note_wrapper">
|
|
<div class="note"><%= link_to( truncated_note(note), note_path(note, :format => 'm')) %></div>
|
|
</div>
|
|
<% note = nil -%>
|