added tooltip
This commit is contained in:
parent
b851b8dd02
commit
c40bda7c2a
9 changed files with 23 additions and 16 deletions
|
@ -17,7 +17,7 @@
|
|||
<small>{{$t('notifications.favorited_you')}}</small>
|
||||
</span>
|
||||
<span v-if="notification.type === 'repeat'">
|
||||
<i class="fa icon-retweet lit"></i>
|
||||
<i class="fa icon-retweet lit" :title="$t('tool_tip.repeat')"></i>
|
||||
<small>{{$t('notifications.repeated_you')}}</small>
|
||||
</span>
|
||||
<span v-if="notification.type === 'follow'">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue