chore(lint): fix haml linting issues on view components
This commit is contained in:
parent
2c1e9a4fa2
commit
15717c5b2f
6 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue