Lint: Add missing space to attributes

This commit is contained in:
Karina Kwiatek 2021-08-06 11:04:57 +02:00
parent 08822b0f05
commit 8f23088244
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
%button.btn.btn-link.answerbox__action{ type: :button, name: 'ab-comments', data: { a_id: a.id, state: :hidden } }
%i.fa.fa-fw.fa-comments
%span{ id: "ab-comment-count-#{a.id}" }= a.comment_count
%button.btn.btn-link.answerbox__action{ type: :button, name: 'ab-share'}
%button.btn.btn-link.answerbox__action{ type: :button, name: 'ab-share' }
%i.fa.fa-fw.fa-share-alt{ title: 'Share' }
- if user_signed_in?
.btn-group