|
|
|
@ -8,10 +8,12 @@ |
|
|
|
|
ng-if="currentDate !== (activities[$index-1].props.createdAt | date:'longDate')" |
|
|
|
|
ng-bind="currentDate"/> |
|
|
|
|
<div class="comments-number"><a ng-href="#{{currentNote}}" ng-bind="'#' + ($index+1)"></a> |
|
|
|
|
<!-- Temporarily deactivated comment / edit actions |
|
|
|
|
<div class="comments-icons"> |
|
|
|
|
<icon-wrapper icon-name="quote" icon-title="{{I18n.t('js.button_quote')}}"></icon-wrapper> |
|
|
|
|
<icon-wrapper icon-name="edit" icon-title="{{I18n.t('js.button_edit')}}"></icon-wrapper> |
|
|
|
|
</div> |
|
|
|
|
--> |
|
|
|
|
</div> |
|
|
|
|
<img class="avatar" src="images/avatar_logout.png" /> |
|
|
|
|
<span class="user"><a href name="{{currentNote}}" ng-bind="activity.props.userName"></a></span> |
|
|
|
|