retrospring/app/views/shared/_answerbox.html.haml
2014-11-28 19:23:54 +01:00

11 lines
No EOL
333 B
Text

.panel.panel-default.answer-box{'data-id' => a.id}
.panel-body
%p
%strong= a.question.content
%small= user_screen_name a.question.user, a.question.author_is_anonymous
%hr/
%p= a.content
%br/
- if privileged? a.user
%button.btn.btn-danger{name: 'ab-destroy', 'data-a-id' => a.id}
Delete