Temporarily deactivate edit and comment actions on activity tab

TODO wire up and reenable actions
pull/1539/head
Till Breuer 10 years ago
parent ea7f879d94
commit 9e0073c7ca
  1. 2
      public/templates/tabs/activity.html

@ -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>

Loading…
Cancel
Save