chore(lint): fix haml linting issues on view components

This commit is contained in:
Colin Darie 2022-11-21 15:41:45 +01:00
parent 2c1e9a4fa2
commit 15717c5b2f
6 changed files with 9 additions and 9 deletions

View file

@ -12,11 +12,11 @@
%ul.fr-tags-group
- tags.each do |tag|
%li
%p.fr-tag=tag
%p.fr-tag= tag
.fr-card__end
- if error
.fr-card__detail.fr-alert.fr-alert--error
%p=error
%p= error
- if footer_buttons?
.fr-card__footer