git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@2 ff88604e-da85-c949-a72f-fc3aa3ba3724
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
<% if last_notes && last_notes.any? %>
|
|
<h3><%= l(:label_last_notes) %></h3>
|
|
<div id="notes">
|
|
<% last_notes.each do |note| %>
|
|
<%= render :partial => 'notes/note_data', :locals => {:limit => 100}, :object => note %>
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|