service: add explanation about contact infos
This commit is contained in:
parent
755600acf4
commit
c1db26b2e1
2 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 *
|
||||||
|
|
Loading…
Add table
Reference in a new issue