mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 22:07:48 +01:00
j
This commit is contained in:
parent
4961a44d59
commit
c817f32b18
1 changed files with 3 additions and 8 deletions
|
@ -49,11 +49,6 @@
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-md-offset-6.col-sm-8.col-sm-offset-4.col-xs-6.col-xs-offset-6.text-right
|
.col-md-6.col-md-offset-6.col-sm-8.col-sm-offset-4.col-xs-6.col-xs-offset-6.text-right
|
||||||
= render 'shared/answerbox_buttons', a: a
|
= render 'shared/answerbox_buttons', a: a
|
||||||
-if @display_all.nil?
|
.panel-footer{id: "ab-comments-section-#{a.id}", style: @display_all.nil? ? 'display: none' : nil }
|
||||||
.panel-footer{id: "ab-comments-section-#{a.id}", style: 'display: none'}
|
%div{id: "ab-smiles-#{a.id}"}= render 'shared/smiles', a: a
|
||||||
%div{id: "ab-smiles-#{a.id}"}= render 'shared/smiles', a: a
|
%div{id: "ab-comments-#{a.id}"}= render 'shared/comments', a: a
|
||||||
%div{id: "ab-comments-#{a.id}"}= render 'shared/comments', a: a
|
|
||||||
- else
|
|
||||||
.panel-footer{id: "ab-comments-section-#{a.id}"}
|
|
||||||
%div{id: "ab-smiles-#{a.id}"}= render 'shared/smiles', a: a
|
|
||||||
%div{id: "ab-comments-#{a.id}"}= render 'shared/comments', a: a
|
|
Loading…
Reference in a new issue