@@ -27,7 +27,7 | |||
|
27 | 27 | <td class="due-date"><b><%=l(:field_due_date)%>:</b></td><td class="due-date"><%= format_date(@issue.due_date) %></td> |
|
28 | 28 | </tr> |
|
29 | 29 | <tr> |
|
30 | <td class="assigned-to"><b><%=l(:field_assigned_to)%>:</b></td><td><%= gravatar(@issue.assigned_to.mail, :size => "24") %><%= @issue.assigned_to ? link_to_user(@issue.assigned_to) : "-" %></td> | |
|
30 | <td class="assigned-to"><b><%=l(:field_assigned_to)%>:</b></td><td><%= gravatar(@issue.assigned_to.mail, :size => "24") unless @issue.assigned_to.blank?%><%= @issue.assigned_to ? link_to_user(@issue.assigned_to) : "-" %></td> | |
|
31 | 31 | <td class="progress"><b><%=l(:field_done_ratio)%>:</b></td><td class="progress"><%= progress_bar @issue.done_ratio, :width => '80px', :legend => "#{@issue.done_ratio}%" %></td> |
|
32 | 32 | </tr> |
|
33 | 33 | <tr> |
@@ -651,6 +651,10 td.username img.gravatar { | |||
|
651 | 651 | margin: 0 1em 1em 0; |
|
652 | 652 | } |
|
653 | 653 | |
|
654 | .journal { | |
|
655 | clear: both; | |
|
656 | } | |
|
657 | ||
|
654 | 658 | /***** Media print specific styles *****/ |
|
655 | 659 | @media print { |
|
656 | 660 | #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } |
General Comments 0
You need to be logged in to leave comments.
Login now