remove useless class in html

This commit is contained in:
Lisa Durand 2023-03-14 11:04:19 +01:00
parent 17c8450450
commit 2554f72668
2 changed files with 22 additions and 24 deletions

View file

@ -1,4 +1,3 @@
.title-container
%h1
= procedure_libelle(dossier.procedure)
= status_badge(dossier.state, 'super')

View file

@ -1,6 +1,5 @@
.sub-header
.container
.title-container
%h1
= dossier.procedure.libelle
= status_badge(dossier.state, 'super')