From 38cac3a3c4f925b49f9ebf8155561dc2ad60e41e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 19 Feb 2016 11:23:38 +1100 Subject: [PATCH] Explicitly referencing main_app.discourse_login_path Fixes #830. --- app/views/shared/_signed_in.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_signed_in.html.haml b/app/views/shared/_signed_in.html.haml index 3126913ca0..0af52d6d94 100644 --- a/app/views/shared/_signed_in.html.haml +++ b/app/views/shared/_signed_in.html.haml @@ -1,6 +1,6 @@ - if discourse_configured? %li - %a{href: discourse_login_path, target: '_blank'} + %a{href: main_app.discourse_login_path, target: '_blank'} %span.nav-primary = t 'label_notices'