about summary refs log tree commit diff
path: root/app/views/statuses/_status.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/statuses/_status.html.haml')
-rw-r--r--app/views/statuses/_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/statuses/_status.html.haml b/app/views/statuses/_status.html.haml
index 9f3197d0d..3b7152753 100644
--- a/app/views/statuses/_status.html.haml
+++ b/app/views/statuses/_status.html.haml
@@ -56,6 +56,6 @@
 
 - if include_threads && !embedded_view? && !user_signed_in?
   .entry{ class: entry_classes }
-    = link_to new_user_session_path, class: 'load-more load-gap' do
+    = link_to_login class: 'load-more load-gap' do
       = fa_icon 'comments'
       = t('statuses.sign_in_to_participate')