Increase in-feed answer display length
This commit is contained in:
parent
e1478d770e
commit
fdd8bf7962
|
@ -5,8 +5,8 @@
|
||||||
.card-body
|
.card-body
|
||||||
- if display_all.nil?
|
- if display_all.nil?
|
||||||
.answerbox__answer-text
|
.answerbox__answer-text
|
||||||
= markdown a.content[0..255]
|
= markdown a.content[0..640]
|
||||||
- if a.content.length > 255
|
- if a.content.length > 640
|
||||||
[...]
|
[...]
|
||||||
%p
|
%p
|
||||||
%a.btn.btn-primary{ href: show_user_answer_path(a.user.screen_name, a.id) }
|
%a.btn.btn-primary{ href: show_user_answer_path(a.user.screen_name, a.id) }
|
||||||
|
|
Loading…
Reference in New Issue