removed unnecessary p tag
This commit is contained in:
parent
0e4d744478
commit
5829d4f1ef
|
@ -23,7 +23,6 @@
|
||||||
%p.answerbox--question-text
|
%p.answerbox--question-text
|
||||||
= a.question.content
|
= a.question.content
|
||||||
.panel-body
|
.panel-body
|
||||||
%p
|
|
||||||
- if @display_all.nil?
|
- if @display_all.nil?
|
||||||
= markdown a.content[0..255]
|
= markdown a.content[0..255]
|
||||||
- if a.content.length > 255
|
- if a.content.length > 255
|
||||||
|
|
Loading…
Reference in New Issue