<% if @all_notes.empty? -%>

Currently there are no notes: add notes to projects from individual project pages.

<% else -%> <% for notes in @all_notes -%>
<%= render :partial => 'notes', :object => notes %>
<% end -%> <% end -%>