From 8bae14591bfb4fc9dd9d89d8082ac0123b03edaa Mon Sep 17 00:00:00 2001 From: Naoki Kosaka Date: Fri, 28 Sep 2018 00:08:56 +0900 Subject: Migrate to font-awesome 5.0. (#8799) --- app/views/stream_entries/_status.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/stream_entries/_status.html.haml') diff --git a/app/views/stream_entries/_status.html.haml b/app/views/stream_entries/_status.html.haml index 83887cd87..e5b7e695d 100644 --- a/app/views/stream_entries/_status.html.haml +++ b/app/views/stream_entries/_status.html.haml @@ -35,7 +35,7 @@ - elsif pinned .status__prepend .status__prepend-icon-wrapper - %i.status__prepend-icon.fa.fa-fw.fa-thumb-tack + %i.status__prepend-icon.fa.fa-fw.fa-thumbtack %span = t('stream_entries.pinned') -- cgit