Procédure → Démarche
This commit is contained in:
parent
fabfa7d5e6
commit
00ecae5f93
71 changed files with 163 additions and 163 deletions
|
@ -1,7 +1,7 @@
|
|||
- content_for(:title, "Procédures")
|
||||
- content_for(:title, "Démarches")
|
||||
|
||||
.container
|
||||
%h1.page-title Procédures
|
||||
%h1.page-title Démarches
|
||||
|
||||
%ul.procedure-list
|
||||
- @procedures.each do |p|
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
.container.flex
|
||||
|
||||
.procedure-logo{ style: @procedure.logo.present? ? "background-image: url(#{@procedure.logo.url})" : nil,
|
||||
role: 'img', 'aria-label': "logo de la procédure #{@procedure.libelle}" }
|
||||
role: 'img', 'aria-label': "logo de la démarche #{@procedure.libelle}" }
|
||||
|
||||
.procedure-header
|
||||
%h1= procedure_libelle @procedure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue