mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 22:07:48 +01:00
Merge branch 'master' of git.rrerr.net:justask/justask
Conflicts: app/views/shared/_answerbox.html.haml
This commit is contained in:
commit
9fe8be1db8
1 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,8 @@
|
|||
%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
|
||||
%button.btn.btn-primary.btn-sm{type: :button, name: 'ab-comments', data: { a_id: a.id, state: :hidden }}
|
||||
- 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
|
||||
- if privileged? a.user
|
||||
|
|
Loading…
Reference in a new issue