Migrate to fontawesome 6
This commit is contained in:
parent
a79e9ee993
commit
d31233c033
63 changed files with 153 additions and 268 deletions
|
|
@ -8,15 +8,15 @@
|
|||
%ul.nav.nav-tabs#commentsTable
|
||||
%li.active
|
||||
%a{ href: '#unread_comments', 'data-toggle' => 'tab' }
|
||||
%span.fa.fa-comment
|
||||
%span.fa-solid.fa-comment
|
||||
Unread
|
||||
%li
|
||||
%a{ href: '#posted_comments', 'data-toggle' => 'tab' }
|
||||
%span.fa.fa-pencil
|
||||
%span.fa-solid.fa-pencil
|
||||
Posted
|
||||
%li
|
||||
%a{ href: '#all_comments', 'data-toggle' => 'tab' }
|
||||
%span.fa.fa-comments-o
|
||||
%span.fa-solid.fa-comments
|
||||
All
|
||||
.tab-content
|
||||
.tab-pane.active#unread_comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue