commit
3aac1acbef
5 changed files with 17 additions and 10 deletions
|
@ -4,6 +4,9 @@
|
|||
- if dossier.invites.count > 0
|
||||
Voir les personnes invitées
|
||||
%span.badge= dossier.invites.count
|
||||
- else
|
||||
- if dossier.read_only?
|
||||
Inviter une personne à consulter ce dossier
|
||||
- else
|
||||
Inviter une personne à modifier ce dossier
|
||||
|
||||
|
|
|
@ -3,16 +3,14 @@
|
|||
= link_to 'DINSIC', "http://etatplateforme.modernisation.gouv.fr"
|
||||
= Time.zone.now.year
|
||||
\-
|
||||
= link_to 'Nouveautés', 'https://github.com/betagouv/demarches-simplifiees.fr/releases', target: '_blank'
|
||||
= link_to 'Nouveautés', 'https://doc.demarches-simplifiees.fr/nouveautes', target: '_blank'
|
||||
\-
|
||||
= link_to 'Statistiques', stats_path, data: { turbolinks: false } # Turbolinks disabled for Chartkick. See Issue #350
|
||||
\-
|
||||
= link_to 'CGU / Mentions légales', CGU_URL
|
||||
= link_to 'CGU / Mentions légales', CGU_URL, target: '_blank'
|
||||
\-
|
||||
= contact_link 'Contact'
|
||||
= link_to 'Documentation', DOC_URL, target: '_blank'
|
||||
\-
|
||||
= link_to 'Documentation', DOC_URL
|
||||
= link_to 'FAQ', FAQ_ADMIN_URL, target: '_blank'
|
||||
\-
|
||||
= link_to 'FAQ', FAQ_ADMIN_URL
|
||||
\-
|
||||
= link_to 'Inscription ateliers en ligne', WEBINAIRE_URL
|
||||
= link_to 'Inscription ateliers en ligne', WEBINAIRE_URL, target: '_blank'
|
||||
|
|
|
@ -62,6 +62,10 @@
|
|||
.procedure-list-element{ class: ('active' if active == 'MonAvis') }
|
||||
MonAvis
|
||||
|
||||
%a#onglet-description{ href: url_for(admin_procedures_path()) }
|
||||
.procedure-list-element
|
||||
Sortir
|
||||
|
||||
.split-hr-left
|
||||
|
||||
|
||||
|
|
|
@ -5,3 +5,4 @@
|
|||
%li= step
|
||||
- if defined?(preview) && preview
|
||||
= link_to "Prévisualiser le formulaire", apercu_procedure_path(@procedure), target: "_blank", rel: "noopener", class: 'button'
|
||||
= link_to "Continuer >", admin_procedure_path(@procedure), title: 'Vous pourrez revenir ici par la suite', class: 'button accepted'
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
%b dossier en ligne.
|
||||
%p
|
||||
Vous pouvez
|
||||
- if !@dossier.read_only?
|
||||
%b le modifier
|
||||
et
|
||||
%b échanger avec un instructeur.
|
||||
|
|
Loading…
Reference in a new issue