commit
e3061cfe07
2 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue