Lint: Add missing space to attributes
This commit is contained in:
parent
08822b0f05
commit
8f23088244
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue