Migrate to fontawesome 6
This commit is contained in:
parent
a79e9ee993
commit
d31233c033
63 changed files with 153 additions and 268 deletions
|
|
@ -69,4 +69,4 @@
|
|||
= link_to new_admin_conference_survey_path(@conference.short_title,
|
||||
survey: { surveyable_type: 'Event', surveyable_id: event.id }),
|
||||
class: 'btn btn-success' do
|
||||
.fa.fa-plus
|
||||
.fa-solid.fa-plus
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
%th
|
||||
%b State
|
||||
%th
|
||||
.fa.fa-comment
|
||||
.fa-solid.fa-comment
|
||||
%th Add Survey
|
||||
- @events.each do |event|
|
||||
= render 'datatable_row',
|
||||
|
|
|
|||
|
|
@ -35,6 +35,6 @@
|
|||
= check_box_tag @conference.short_title, @event.id, event_registration.attended, class: 'switch-checkbox', url: "#{toggle_attendance_admin_conference_program_event_path(@conference, @event, events_registration_id: event_registration)}&&event_registration[attended]="
|
||||
%td
|
||||
- if event_registration.registration.attended
|
||||
%i.fa.fa-check.text-success
|
||||
%i.fa-solid.fa-check.text-success
|
||||
- else
|
||||
%i.fa.fa-close.text-danger
|
||||
%i.fa-solid.fa-xmark.text-danger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue