added buttons that don't do a thing yet
This commit is contained in:
parent
09ecb0e189
commit
ecdaf7d45f
|
@ -10,11 +10,29 @@
|
|||
.panel-body
|
||||
%p= a.content
|
||||
- if @user.nil?
|
||||
%p.text-muted
|
||||
Answered by
|
||||
%a{href: show_user_profile_path(a.user.screen_name)}
|
||||
%img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)}
|
||||
%span= a.user.screen_name
|
||||
- if privileged? a.user
|
||||
%button.btn.btn-sm.btn-danger{name: 'ab-destroy', 'data-a-id' => a.id}
|
||||
Delete
|
||||
.row
|
||||
.col-md-6.col-sm-4.col-xs-12.text-left.text-muted
|
||||
Answered by
|
||||
%a{href: show_user_profile_path(a.user.screen_name)}
|
||||
%img.img-rounded.img-answerbox-small{src: gravatar_url(a.user)}
|
||||
%span= a.user.screen_name
|
||||
.col-md-6.col-sm-8.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
|
||||
- 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