= != -
This commit is contained in:
parent
42b41a268b
commit
61fdaf6742
|
@ -5,7 +5,7 @@
|
|||
.hidden-xs= render 'shared/links'
|
||||
.col-md-9.col-xs-12.col-sm-8.j2-col-reset
|
||||
= render 'shared/questionbox'
|
||||
= unless @user.banned?
|
||||
- unless @user.banned?
|
||||
#answers
|
||||
- @answers.each do |a|
|
||||
= render 'shared/answerbox', a: a
|
||||
|
|
Loading…
Reference in New Issue