mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 00:38:50 +01:00
7 lines
No EOL
234 B
Text
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> |