Merge pull request #2095 from betagouv/frederic/fix-procedures-show
Remove erroneous space in haml
This commit is contained in:
commit
9960d2bb5d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
.col-xs-6.col-md-3
|
||||
%h4.text-info Conservation des données
|
||||
- durees_de_conservation.each do |text|
|
||||
%p = text
|
||||
%p= text
|
||||
|
||||
%br
|
||||
%h3
|
||||
|
|
Loading…
Reference in a new issue