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?
|
- unless @conference.code_of_conduct.blank?
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.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
|
%ul.fa-ul
|
||||||
- if @registration.accepted_code_of_conduct
|
- if @registration.accepted_code_of_conduct
|
||||||
%li.text-info
|
%li.text-info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue