demarches-normaliennes/app/components/dsfr/notice_component/notice_component.html.haml

10 lines
274 B
Text
Raw Normal View History

2022-09-14 15:32:56 +02:00
.fr-notice.fr-notice--info
.fr-container
.fr-notice__body
%p.fr-notice__title
= title
- if closable?
%button.fr-btn--close.fr-btn{ title: t('.close_notice'), onclick: 'javascript:DS.closeNoticeInfo(event)' }
2022-09-14 15:32:56 +02:00
= t('.close_notice')