This commit is contained in:
nilsding 2014-12-25 15:16:10 +01:00
parent de1ef57a8a
commit 4e2cfd5188
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
%h6.text-muted.media-heading.answerbox--question-user
= user_screen_name a.question.user, a.question.author_is_anonymous
asked
- if @user.nil? and a.question.author_is_anonymous
- if @user.nil? and a.question.author_is_anonymous and !a.question.user.nil?
= time_ago_in_words(a.question.created_at)
- else
%a{href: show_user_question_path(a.question.user.screen_name, a.question.id)}