Gebrechungsschaden
This commit is contained in:
parent
28df95c089
commit
bc77ad0032
|
@ -13,8 +13,8 @@
|
||||||
%p.answerbox-question-text= a.question.content
|
%p.answerbox-question-text= a.question.content
|
||||||
.panel-body
|
.panel-body
|
||||||
%p= a.content
|
%p= a.content
|
||||||
- if @user.nil?
|
|
||||||
.row
|
.row
|
||||||
|
- if @user.nil?
|
||||||
.col-md-6.col-sm-4.col-xs-7.text-left.text-muted
|
.col-md-6.col-sm-4.col-xs-7.text-left.text-muted
|
||||||
Answered by
|
Answered by
|
||||||
%a{href: show_user_profile_path(a.user.screen_name)}
|
%a{href: show_user_profile_path(a.user.screen_name)}
|
||||||
|
@ -38,14 +38,3 @@
|
||||||
- if privileged? a.user
|
- if privileged? a.user
|
||||||
%button.btn.btn-danger.btn-sm{name: 'ab-destroy', 'data-a-id' => a.id}
|
%button.btn.btn-danger.btn-sm{name: 'ab-destroy', 'data-a-id' => a.id}
|
||||||
%i.fa.fa-trash-o
|
%i.fa.fa-trash-o
|
||||||
- else
|
|
||||||
.row
|
|
||||||
.col-md-6.col-md-offset-6.col-sm-8.col-sm-offset-4.col-xs-6.col-xs-offset-6.text-right
|
|
||||||
%span.hidden-xs.text-muted x users smiled at this
|
|
||||||
%a.btn.btn-info.btn-sm
|
|
||||||
%i.fa.fa-smile-o
|
|
||||||
%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