tracks/app/views/notes/_mobile_notes_summary.rhtml
Eric Allen 18dfe4dbfb Missed some formatted_ helpers not covered by tests
Selenium tests now passing completely
2009-12-07 23:16:21 -05:00

3 lines
148 B
Text

<% note = mobile_notes_summary -%>
<div class="note"><%= link_to( truncated_note(note), note_path(note, :format => 'm')) %></div>
<% note = nil -%>