show answer link in all cases
This commit is contained in:
parent
c61b9ddf50
commit
a451cab3e9
|
@ -55,13 +55,8 @@
|
||||||
- else
|
- else
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-4.col-xs-6.text-left.text-muted
|
.col-md-6.col-sm-4.col-xs-6.text-left.text-muted
|
||||||
- if a.question.author_is_anonymous?
|
%i.fa.fa-clock-o
|
||||||
%i.fa.fa-clock-o
|
%a{href: show_user_answer_path(a.user.screen_name, a.id)}
|
||||||
%a{href: show_user_answer_path(a.user.screen_name, a.id)}
|
|
||||||
%span= time_ago_in_words(a.created_at)
|
|
||||||
ago
|
|
||||||
- else
|
|
||||||
%i.fa.fa-clock-o
|
|
||||||
%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-6.text-right
|
.col-md-6.col-sm-8.col-xs-6.text-right
|
||||||
|
|
Loading…
Reference in New Issue