Remove erroneous space in haml
This commit is contained in:
parent
92afd15b13
commit
fd2fd83aac
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
.col-xs-6.col-md-3
|
.col-xs-6.col-md-3
|
||||||
%h4.text-info Conservation des données
|
%h4.text-info Conservation des données
|
||||||
- durees_de_conservation.each do |text|
|
- durees_de_conservation.each do |text|
|
||||||
%p = text
|
%p= text
|
||||||
|
|
||||||
%br
|
%br
|
||||||
%h3
|
%h3
|
||||||
|
|
Loading…
Reference in a new issue