retrospring/app/views/shared/_answerbox.html.haml

14 lines
478 B
Text
Raw Normal View History

2014-11-27 11:50:29 +01:00
.panel.panel-default.answer-box{'data-id' => a.id}
2014-11-29 23:18:52 +01:00
.panel-heading
.media
.media-left
%img.img-rounded.img-answerbox
.media-body
2014-11-29 23:29:34 +01:00
%h5.media-heading.answerbox-question-user= user_screen_name a.question.user, a.question.author_is_anonymous
%p.answerbox-question-text= a.question.content
2014-11-27 11:50:29 +01:00
.panel-body
%p= a.content
%br/
2014-11-28 19:23:54 +01:00
- if privileged? a.user
2014-11-27 11:50:29 +01:00
%button.btn.btn-danger{name: 'ab-destroy', 'data-a-id' => a.id}
Delete