design updates
This commit is contained in:
parent
54ec828e5b
commit
c4bdc8fd3e
|
@ -25,10 +25,9 @@
|
||||||
= a.content[0..255]
|
= a.content[0..255]
|
||||||
- if a.content.length > 255
|
- if a.content.length > 255
|
||||||
[...]
|
[...]
|
||||||
%br/
|
%p
|
||||||
Answer too long to display.
|
%a.btn.btn-primary{href: show_user_answer_path(a.user.screen_name, a.id)}
|
||||||
%a{href: show_user_answer_path(a.user.screen_name, a.id)}
|
Read the entire answer
|
||||||
Read the entire answer
|
|
||||||
- else
|
- else
|
||||||
= a.content
|
= a.content
|
||||||
- if @user.nil?
|
- if @user.nil?
|
||||||
|
|
Loading…
Reference in New Issue