???
This commit is contained in:
parent
de1ef57a8a
commit
4e2cfd5188
|
@ -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)}
|
||||
|
|
Loading…
Reference in New Issue