aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-19 20:55:54 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-19 20:55:54 +0100
commitdb25f2024e9c1390969d48a2e074683602c96a48 (patch)
tree63c7cd86f81ccc20e792ea98361ffdc9d88d8ad3 /view
parent395cf8660752a3cf6f3ae47f222984303c83c4a6 (diff)
downloadvolse-hubzilla-db25f2024e9c1390969d48a2e074683602c96a48.tar.gz
volse-hubzilla-db25f2024e9c1390969d48a2e074683602c96a48.tar.bz2
volse-hubzilla-db25f2024e9c1390969d48a2e074683602c96a48.zip
wrong class
Diffstat (limited to 'view')
-rw-r--r--view/tpl/notifications_widget.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index a9b440396..6b3f4b15b 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -132,7 +132,7 @@
<div id="nav-{{$notification.type}}-sub" class="collapse notification-content">
{{if $notification.viewall}}
<a class="list-group-item text-dark" id="nav-{{$notification.type}}-see-all" href="{{$notification.viewall.url}}">
- <i class="fa fa-fw fa-external-link-alt"></i> {{$notification.viewall.label}}
+ <i class="fa fa-fw fa-external-link"></i> {{$notification.viewall.label}}
</a>
{{/if}}
{{if $notification.markall}}
@@ -145,7 +145,7 @@
<i class="fa fa-fw fa-filter"></i> {{$notification.filter.label}}
</div>
<div class="list-group-item clearfix notifications-textinput" id="cn-{{$notification.type}}-only">
- <input id="cn-{{$notification.type}}-input" type="text" class="form-control form-control-sm" placeholder="&#xf0b0; Filter by name">
+ <input id="cn-{{$notification.type}}-input" type="text" class="form-control form-control-sm" placeholder="&#xf0b0; Filter by name">
<div id="cn-{{$notification.type}}-input-clear" class="text-muted notifications-textinput-clear d-none"><i class="fa fa-times"></i></div>
</div>
{{/if}}