Skip to content

Commit

Permalink
Add the committee status to admin splashpage
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 1, 2024
1 parent 6788217 commit 85e2994
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/admin/splashpages/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
%li
%i{ class: "fa-li #{icon_for_todo @splashpage.include_social_media?}" }
Display social media links
%li
%i{ class: "fa-li #{icon_for_todo @splashpage.include_committee?}" }
Display social media links
%li
- if @conference.splashpage && @conference.splashpage.public?
%i{ class: "fa-li #{icon_for_todo @splashpage.public?}" }
Expand Down

0 comments on commit 85e2994

Please sign in to comment.