From 8f230882449c69c7ed0aa51ac9c8d59e17e3a919 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Fri, 6 Aug 2021 11:04:57 +0200 Subject: [PATCH] Lint: Add missing space to attributes --- app/views/answerbox/_actions.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/answerbox/_actions.haml b/app/views/answerbox/_actions.haml index 8287f749..d17fbf9d 100644 --- a/app/views/answerbox/_actions.haml +++ b/app/views/answerbox/_actions.haml @@ -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