Cleaned up author reference.

pull/1579/head
Richard 10 years ago
parent 0b332e5957
commit 9238f5bed7
  1. 2
      public/templates/work_packages.list.details.html

@ -33,7 +33,7 @@
<i class="star icon-star1"/> <i class="star icon-star1"/>
<a href>#{{ workPackage.props.id }}</a> <a href>#{{ workPackage.props.id }}</a>
<span ng-bind="I18n.t('js.label_added_by')"/> <span ng-bind="I18n.t('js.label_added_by')"/>
<a ng-href="{{ userPath(workPackage.embedded.author.props.id) }}" ng-bind="workPackage.embedded.author.props.firstName + ' ' + workPackage.embedded.author.props.lastName"/>. <a ng-href="{{ userPath(author.props.id) }}" ng-bind="author.props.firstName + ' ' + author.props.lastName"/>.
<span ng-bind="I18n.t('js.label_last_updated_on')"/> <span ng-bind="I18n.t('js.label_last_updated_on')"/>
<span ng-bind="workPackage.props.updatedAt|date:'longDate'"/>. <span ng-bind="workPackage.props.updatedAt|date:'longDate'"/>.
</span> </span>

Loading…
Cancel
Save