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/templates/work_packages/activities/_revision.html

18 lines
772 B

<div class="work-package-details-activities-activity-contents">
<div class="comments-number">
<activity-link work-package="workPackage"
activity-no="activityNo"
on-focus="focus()",
on-blur="blur()"></activity-link>
</div>
<div ng-if="userAvatar">
<img class="avatar" ng-src="{{ userAvatar }}" alt="Avatar" title="{{userName}}" />
</div>
<span class="user" ng-if="userActive"><a ng-href="{{ userPath(userId) }}" name="{{ currentAnchor }}" ng-bind="userName"></a></span>
<span class="user" ng-if="!userActive">{{ userName }}</span>
<span class="revision-activity--revision-link date"></span>
<span class="user-comment wiki">
<span class="message" ng-bind-html="message"/>
</span>
</div>