mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 11:46:56 +02:00
feat(core): update font-awesome to v5.0.13
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
<span class="reply-comment-header-time-text">{{vm.topic.createdAt | date:'yyyy-MM-dd HH:mm:ss'}}</span>
|
||||
|
||||
<div class="reply-comment-header-command pull-right">
|
||||
<i class="fa fa-question-circle-o" aria-hidden="true"
|
||||
<i class="fa fa-question-circle" aria-hidden="true"
|
||||
ng-class="{'text-primary': vm.topic.isHomeHelp}"
|
||||
title="{{'FORUMS.TITLES.HOME_HELP' | translate: ({status: vm.topic.isHomeHelp}) }}"
|
||||
ng-if="vm.user.isOper && !vm.forum.vipOnly && !vm.forum.operOnly"
|
||||
@@ -109,7 +109,7 @@
|
||||
<i class="fa fa-quote-left" aria-hidden="true"
|
||||
title="{{'FORUMS.TITLES.REPLY_QUOTE' | translate}}"
|
||||
ng-click="vm.quoteAndReply(vm.topic);"></i>
|
||||
<i class="fa fa-pencil-square-o" aria-hidden="true"
|
||||
<i class="fa fa-edit" aria-hidden="true"
|
||||
title="{{'FORUMS.TITLES.TOPIC_EDIT' | translate}}"
|
||||
ng-show="vm.canEdit() || vm.isOwner(vm.topic)"
|
||||
ng-click="vm.beginEditTopic(vm.topic)"></i>
|
||||
@@ -191,7 +191,7 @@
|
||||
<i class="fa fa-quote-left" aria-hidden="true"
|
||||
title="{{'FORUMS.TITLES.REPLY_QUOTE' | translate}}"
|
||||
ng-click="vm.quoteAndReply(rep);"></i>
|
||||
<i class="fa fa-pencil-square-o" aria-hidden="true"
|
||||
<i class="fa fa-edit" aria-hidden="true"
|
||||
title="{{'FORUMS.TITLES.REPLY_EDIT' | translate}}"
|
||||
ng-show="vm.canEdit() || vm.isOwner(rep)"
|
||||
ng-click="vm.beginEditReply(rep)"></i>
|
||||
|
||||
Reference in New Issue
Block a user