Add a link to the page with all the demarches

This commit is contained in:
gregoirenovel 2018-09-10 20:36:57 +02:00
parent 9fe9f9b616
commit 523fdb5d45

View file

@ -9,3 +9,6 @@
- @previous_demarches_still_active.each do |demarche|
%li
= link_to(demarche.libelle, commencer_url(procedure_path: demarche.path), class: "demarche-link")
%h2.list-header TOUTES LES DÉMARCHES
= link_to("Voir l'intégralité des démarches disponibles", LISTE_DES_DEMARCHES_URL, class: "button")