answerbox update things
This commit is contained in:
parent
bc254bc60d
commit
6c04d1d24d
|
@ -22,4 +22,9 @@ body {
|
|||
|
||||
.entry-text {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.img-answerbox {
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
}
|
|
@ -1,9 +1,12 @@
|
|||
.panel.panel-default.answer-box{'data-id' => a.id}
|
||||
.panel-heading
|
||||
.media
|
||||
.media-left
|
||||
%img.img-rounded.img-answerbox
|
||||
.media-body
|
||||
%h4.media-heading= = user_screen_name a.question.user, a.question.author_is_anonymous
|
||||
%p= a.question.content
|
||||
.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
|
||||
|
|
Loading…
Reference in New Issue