osem-fcy/app/views/conferences/_code_of_conduct.haml

19 lines
587 B
Text
Raw Normal View History

2018-03-16 12:49:00 -07:00
= content_for :splash_nav do
%li
= link_to 'Code of Conduct', '#',
data: { toggle: 'modal', target: '#modal-code-of-conduct'}
- content_for :modals do
2024-06-07 16:19:29 +02:00
- cache '#CoC-modal' do
2018-03-16 12:49:00 -07:00
.modal.fade{ id: "modal-code-of-conduct" }
.modal-dialog
.modal-content
.modal-header
%button.close{ data: { dismiss: 'modal' } }
2022-05-18 06:31:12 +02:00
%i.fa-solid.fa-xmark
2018-03-16 12:49:00 -07:00
%h3.modal-title Code of Conduct
.modal-body
2024-06-07 16:19:29 +02:00
= markdown conference.code_of_conduct
2018-03-16 12:49:00 -07:00
.modal-footer
2024-06-07 16:19:29 +02:00
= link_to 'permalink', :code_of_conduct