admin can upload a logo for his procedure
This commit is contained in:
parent
8755ce2ab1
commit
d49e9fe75a
13 changed files with 119 additions and 26 deletions
|
@ -7,12 +7,21 @@
|
|||
=value
|
||||
=f.text_field key, class: 'form-control', placeholder: value
|
||||
|
||||
%h4 Drapeau européen
|
||||
%label
|
||||
=f.check_box :euro_flag
|
||||
Afficher le drapeau européen
|
||||
.row
|
||||
.col-md-6.col-lg-6
|
||||
%h4 Logo de la procédure
|
||||
= f.file_field(:logo, accept: 'image/png, image/jpg,image/jpeg')
|
||||
|
||||
%div{style:'margin-top:5px'}
|
||||
%i
|
||||
Fichier accepté : JPG / JPEG / PNG
|
||||
.col-md-6.col-lg-6
|
||||
%h4 Drapeau européen
|
||||
%label
|
||||
=f.check_box :euro_flag
|
||||
Afficher le drapeau européen
|
||||
|
||||
|
||||
%br
|
||||
%br
|
||||
|
||||
%h4 Cartographie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue