From 45c57eb76e4c0f014c1ced2a3ad47a6c6e7268e3 Mon Sep 17 00:00:00 2001 From: Sasi Olin Date: Sun, 22 May 2022 00:50:49 +0200 Subject: [PATCH] Fix missing fa-stacked-icon function --- app/views/conference_registrations/show.html.haml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/conference_registrations/show.html.haml b/app/views/conference_registrations/show.html.haml index 57ccb5d7..c419d535 100644 --- a/app/views/conference_registrations/show.html.haml +++ b/app/views/conference_registrations/show.html.haml @@ -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