diff --git a/app/views/shared/_answerbox.html.haml b/app/views/shared/_answerbox.html.haml index 4ccafe3d..c7c51a0c 100644 --- a/app/views/shared/_answerbox.html.haml +++ b/app/views/shared/_answerbox.html.haml @@ -25,10 +25,9 @@ = a.content[0..255] - if a.content.length > 255 [...] - %br/ - Answer too long to display. - %a{href: show_user_answer_path(a.user.screen_name, a.id)} - Read the entire answer + %p + %a.btn.btn-primary{href: show_user_answer_path(a.user.screen_name, a.id)} + Read the entire answer - else = a.content - if @user.nil?