Add tooltip to add comment indicator

This commit is contained in:
James Allen 2016-11-18 16:08:02 +00:00
parent 107f86fb2b
commit 6ea61472ec

View file

@ -176,6 +176,9 @@ script(type='text/ng-template', id='addCommentEntryTemplate')
.rp-entry-indicator(
ng-if="!commentState.adding"
ng-click="startNewComment(); onIndicatorClick();"
tooltip="Add a comment"
tooltip-placement="right"
tooltip-append-to-body="true"
)
i.fa.fa-commenting
.rp-entry.rp-entry-add-comment(