Add description and logo tps on siret page

This commit is contained in:
Xavier J 2015-11-20 17:51:25 +01:00
parent 4ff31f5f81
commit 18d72745f0
3 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,5 @@
= link_to("Nouvelle procédure", "/admin/procedures/new", class: 'btn btn-success', style: 'float:right')
%h2 Gestion des procédures
= link_to("Nouvelle procédure", "/admin/procedures/new", class: 'btn btn-success', style: 'float:right; margin-top:2%;')
%h1 Gestion des procédures
%br
%br
%table.table

View file

@ -1,5 +1,6 @@
%h1#users_dossiers_index Vos dossiers :
%h1#users_dossiers_index Vos dossiers
%br
%br
%table.table
%thead
%th Nom du Projet

View file

@ -1,7 +1,13 @@
%p.lead{id: 'pro_section'}
= image_tag('logo-tps.png')
%br
%h2#titre_procedure.text-info
= @procedure.libelle
%p
= @procedure.description
%br
= form_tag(url_for({controller: :dossiers, action: :create}), class: 'form-inline', method: 'POST') do |f|
.form-group.form-group-lg