mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 14:37:47 +01:00
Actually fixes Retrospring/bugs#25
This commit is contained in:
parent
5764c36b32
commit
f4b5289d3a
1 changed files with 8 additions and 7 deletions
|
@ -5,6 +5,7 @@
|
||||||
.hidden-xs= render 'shared/links'
|
.hidden-xs= render 'shared/links'
|
||||||
.col-md-9.col-xs-12.col-sm-8.j2-col-reset
|
.col-md-9.col-xs-12.col-sm-8.j2-col-reset
|
||||||
= render 'shared/questionbox'
|
= render 'shared/questionbox'
|
||||||
|
= unless @user.banned?
|
||||||
#answers
|
#answers
|
||||||
- @answers.each do |a|
|
- @answers.each do |a|
|
||||||
= render 'shared/answerbox', a: a
|
= render 'shared/answerbox', a: a
|
||||||
|
|
Loading…
Reference in a new issue