##// END OF EJS Templates
Search engine now only searches objects the user is allowed to view....
Search engine now only searches objects the user is allowed to view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@758 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r428:cf4651b6bb38
r747:42fe6c6e0456
Show More
_tooltip.rhtml
6 lines | 426 B | text/html+ruby | RhtmlLexer
<%= link_to_issue issue %></strong>: <%=h issue.subject %><br />
<br />
<strong><%= l(:field_start_date) %></strong>: <%= format_date(issue.start_date) %><br />
<strong><%= l(:field_due_date) %></strong>: <%= format_date(issue.due_date) %><br />
<strong><%= l(:field_assigned_to) %></strong>: <%= issue.assigned_to ? issue.assigned_to.name : "-" %><br />
<strong><%= l(:field_priority) %></strong>: <%= issue.priority.name %>