Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<% if last_notes && last_notes.any? %>
|
||||
<h3><%= l(:label_crm_last_notes) %></h3>
|
||||
<div id="notes">
|
||||
<% last_notes.each do |note| %>
|
||||
<%= render :partial => 'notes/note_data', :locals => {:limit => 100}, :object => note %>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user