added buttons that don't do a thing yet
This commit is contained in:
parent
09ecb0e189
commit
ecdaf7d45f
|
@ -10,11 +10,29 @@
|
||||||
.panel-body
|
.panel-body
|
||||||
%p= a.content
|
%p= a.content
|
||||||
- if @user.nil?
|
- if @user.nil?
|
||||||
%p.text-muted
|
.row
|
||||||
Answered by
|
.col-md-6.col-sm-4.col-xs-12.text-left.text-muted
|
||||||
%a{href: show_user_profile_path(a.user.screen_name)}
|
Answered by
|
||||||
%img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)}
|
%a{href: show_user_profile_path(a.user.screen_name)}
|
||||||
%span= a.user.screen_name
|
%img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)}
|
||||||
- if privileged? a.user
|
%span= a.user.screen_name
|
||||||
%button.btn.btn-sm.btn-danger{name: 'ab-destroy', 'data-a-id' => a.id}
|
.col-md-6.col-sm-8.col-xs-12.text-right.text-muted
|
||||||
Delete
|
x users smiled at this
|
||||||
|
%a.btn.btn-info.btn-sm
|
||||||
|
%i.fa.fa-smile
|
||||||
|
%a.btn.btn-primary.btn-sm
|
||||||
|
%i.fa.fa-comments
|
||||||
|
- if privileged? a.user
|
||||||
|
%button.btn.btn-danger.btn-sm{name: 'ab-destroy', 'data-a-id' => a.id}
|
||||||
|
%i.fa.fa-trash-o
|
||||||
|
- else
|
||||||
|
.row
|
||||||
|
.col-md-6.col-md-offset-6.col-sm-8.col-sm-offset-4.col-xs-12.text-right.text-muted
|
||||||
|
x users smiled at this
|
||||||
|
%a.btn.btn-info.btn-sm
|
||||||
|
%i.fa.fa-smile
|
||||||
|
%a.btn.btn-primary.btn-sm
|
||||||
|
%i.fa.fa-comments
|
||||||
|
- if privileged? a.user
|
||||||
|
%button.btn.btn-danger.btn-sm{name: 'ab-destroy', 'data-a-id' => a.id}
|
||||||
|
%i.fa.fa-trash-o
|
Loading…
Reference in New Issue