mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 00:57:48 +01:00
move answer link to 'answered by username' section
This commit is contained in:
parent
cd076e8452
commit
c3905791b6
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,6 @@
|
||||||
%h6.text-muted.media-heading.answerbox--question-user
|
%h6.text-muted.media-heading.answerbox--question-user
|
||||||
= user_screen_name a.question.user, a.question.author_is_anonymous
|
= user_screen_name a.question.user, a.question.author_is_anonymous
|
||||||
asked
|
asked
|
||||||
%a{href: show_user_answer_path(a.user.screen_name, a.id)}
|
|
||||||
= time_ago_in_words(a.question.created_at)
|
= time_ago_in_words(a.question.created_at)
|
||||||
ago
|
ago
|
||||||
- unless a.question.author_is_anonymous
|
- unless a.question.author_is_anonymous
|
||||||
|
@ -37,6 +36,7 @@
|
||||||
%a{href: show_user_profile_path(a.user.screen_name)}
|
%a{href: show_user_profile_path(a.user.screen_name)}
|
||||||
%img.img-rounded.answerbox--img-small{src: gravatar_url(a.user)}
|
%img.img-rounded.answerbox--img-small{src: gravatar_url(a.user)}
|
||||||
%span= a.user.screen_name
|
%span= a.user.screen_name
|
||||||
|
%a{href: show_user_answer_path(a.user.screen_name, a.id)}
|
||||||
%span= time_ago_in_words(a.created_at)
|
%span= time_ago_in_words(a.created_at)
|
||||||
ago
|
ago
|
||||||
.col-md-6.col-sm-8.col-xs-5.text-right
|
.col-md-6.col-sm-8.col-xs-5.text-right
|
||||||
|
|
Loading…
Reference in a new issue