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