mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +00:00
Fix missing fa-stacked-icon function
This commit is contained in:
parent
f28f1fd9b3
commit
45c57eb76e
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,11 @@
|
|||
- unless @conference.code_of_conduct.blank?
|
||||
.row
|
||||
.col-md-12
|
||||
%h4= fa_stacked_icon 'handshake-o', base: 'square-dashed', text: 'Code of Conduct'
|
||||
%h4
|
||||
.fa-stack
|
||||
.fa-solid.fa-square-dashed
|
||||
.fa-solid.fa-handshake
|
||||
Code of Conduct
|
||||
%ul.fa-ul
|
||||
- if @registration.accepted_code_of_conduct
|
||||
%li.text-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue