tracks/app/views/notes/show.html.erb

5 lines
164 B
Text
Raw Normal View History

<div id="display_box_projects">
<div class="container" id="note-<%= @note.id %>-wrapper">
<%= render :partial => 'notes', :object => @note %>
</div>
</div>