Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<% if responsible_user.assigned_to %>
|
||||
<h3><%= l(:label_crm_assigned_to) %></h3>
|
||||
<div id="responsible_user">
|
||||
<ul>
|
||||
<li>
|
||||
<%= (avatar(responsible_user.assigned_to, :size => "16").to_s + link_to_user(responsible_user.assigned_to, :class => 'user').to_s).html_safe %>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user