add link to question/answer in question display

This commit is contained in:
Andreas N 2014-12-20 02:14:27 +01:00
parent 5aa6248cb1
commit ba9b6d1e12
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@
%h6.media-heading.text-muted.answerbox--question-user
= user_screen_name q.user
asked
= time_ago_in_words(q.created_at)
ago
%a{href: show_user_question_path(q.user.screen_name, q.id)}
= time_ago_in_words(q.created_at)
ago
- if q.answer_count > 1
·
%a{href: show_user_question_path(q.user.screen_name, q.id)}