remove that button

This commit is contained in:
Andreas N 2014-12-27 00:37:42 +01:00
parent 4961a44d59
commit 20c173442d
2 changed files with 5 additions and 4 deletions

View File

@ -12,6 +12,7 @@
%button.btn.btn-info.btn-sm{type: :button, name: 'ab-smile', data: { a_id: a.id, action: :smile }}
%i.fa.fa-smile-o
%span{id: "ab-smile-count-#{a.id}"}= a.smile_count
- unless @display_all
%button.btn.btn-primary.btn-sm{type: :button, name: 'ab-comments', data: { a_id: a.id, state: :hidden }}
%i.fa.fa-comments
%span{id: "ab-comment-count-#{a.id}"}= a.comment_count