tracks/app/views/todos/_toggle_notes.rhtml

6 lines
No EOL
286 B
Text

<% item = toggle_notes -%>
<%= 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">
<%= format_note(item.notes) %>
</div>