Add title attribute to description cell

pull/2053/head
Hagen Schink 10 years ago
parent ddac2b7d71
commit 3f26e41eaf
  1. 2
      public/templates/work_packages/tabs/_attachments_table.html

@ -14,7 +14,7 @@
<td attachment-title-cell attachment="attachment"></td>
<td attachment-file-size attachment="attachment"></td>
<td attachment-user-cell attachment="attachment"></td>
<td>{{ attachment.props.description }}</td>
<td title="{{ attachment.props.description }}" ng-bind="attachment.props.description"></td>
<td><date-time date-time-value="attachment.props.createdAt"></date-time></td>
</tr>
</tbody>

Loading…
Cancel
Save