OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/frontend/app/components/common/autocomplete/users/user-autocomplete-item.html

15 lines
445 B

<li ng-attr-data-value="{{ ::value }}" class="ui-menu-item">
<div class="ui-menu-item-wrapper">
<a href
tabindex="-1"
ng-attr-title="{{ ::watcher.name}}">
<img ng-attr-src="{{ ::watcher.avatar }}"
ng-attr-alt="{{ ::watchername }}"
ng-show="watcher.avatar"
class="avatar-mini">
<span class="work-package--watcher-name"
ng-bind="::value"></span>
</a>
</div>
</li>