service: add explanation about contact infos

This commit is contained in:
Pierre de La Morinerie 2018-06-13 11:53:09 +02:00
parent 755600acf4
commit c1db26b2e1
2 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,12 @@ h1 {
font-weight: bold; font-weight: bold;
} }
h2 {
font-size: 30px;
margin-bottom: 15px;
border-bottom: 1px solid $border-grey;
}
a { a {
color: $blue; color: $blue;
} }

View file

@ -16,6 +16,10 @@
= f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] } = f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] }
%h2 Informations de contact
%p.explication Ces informations seront visibles par les utilisateurs du formulaire.
= f.label :email do = f.label :email do
Courriel Courriel
%span.mandatory * %span.mandatory *