tracks/app/views/notes/index.html.erb
2011-02-03 18:17:18 +01:00

7 lines
No EOL
234 B
Text

<div id="display_box_projects">
<% if @all_notes.empty? -%>
<div class="message"><p><%= t('notes.no_notes_available') %></p></div>
<% else -%>
<%= render :partial => 'note', :collection => @all_notes %>
<% end -%>
</div>