2014-11-30 12:14:55 -08:00
|
|
|
%span.hidden-xs.text-muted
|
2014-12-05 11:21:15 -08:00
|
|
|
- unless user_signed_in?
|
2014-12-07 03:46:25 -08:00
|
|
|
- if a.smile_count > 0
|
|
|
|
%span{id: "ab-smile-count-#{a.id}"}= a.smile_count
|
|
|
|
users smiled this
|
2014-11-30 12:15:51 -08:00
|
|
|
- if user_signed_in?
|
|
|
|
- if current_user.smiled? a
|
2014-12-08 07:01:27 -08:00
|
|
|
%button.btn.btn-info.btn-sm{type: :button, name: 'ab-smile', data: { a_id: a.id, action: :unsmile }}
|
2014-11-30 12:15:51 -08:00
|
|
|
%i.fa.fa-frown-o
|
2014-12-05 11:21:15 -08:00
|
|
|
%span{id: "ab-smile-count-#{a.id}"}= a.smile_count
|
2014-11-30 12:15:51 -08:00
|
|
|
- else
|
2014-12-08 07:01:27 -08:00
|
|
|
%button.btn.btn-info.btn-sm{type: :button, name: 'ab-smile', data: { a_id: a.id, action: :smile }}
|
2014-11-30 12:15:51 -08:00
|
|
|
%i.fa.fa-smile-o
|
2014-12-05 11:21:15 -08:00
|
|
|
%span{id: "ab-smile-count-#{a.id}"}= a.smile_count
|
2014-12-08 07:01:27 -08:00
|
|
|
%button.btn.btn-primary.btn-sm{type: :button, name: 'ab-comments', data: { a_id: a.id, state: :hidden }}
|
2014-11-30 12:15:51 -08:00
|
|
|
%i.fa.fa-comments
|
2014-12-05 10:50:21 -08:00
|
|
|
%span{id: "ab-comment-count-#{a.id}"}= a.comment_count
|
2014-11-30 12:15:51 -08:00
|
|
|
- if privileged? a.user
|
2014-12-08 07:01:27 -08:00
|
|
|
%button.btn.btn-danger.btn-sm{name: 'ab-destroy', data: { a_id: a.id }}
|
2014-11-30 12:15:51 -08:00
|
|
|
%i.fa.fa-trash-o
|