mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
= != -
This commit is contained in:
parent
42b41a268b
commit
61fdaf6742
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue