Remove linking of (possibly) anonymous questions
I'll come back to properly linking this up later
This commit is contained in:
parent
54cff294b2
commit
900fc1c646
|
@ -19,9 +19,6 @@
|
|||
= t(".answers", count: @question.answer_count)
|
||||
·
|
||||
= time_tooltip(@question)
|
||||
- else
|
||||
·
|
||||
= link_to(time_tooltip(@question), question_path(@question.user.screen_name, @question.id))
|
||||
- if user_signed_in?
|
||||
.dropdown.d-inline
|
||||
%button.btn.btn-link.btn-sm.p-0{ data: { bs_toggle: :dropdown }, aria: { expanded: false } }
|
||||
|
|
Loading…
Reference in New Issue