Fix profiles failing to load when the user disallows anonymous questions
This commit is contained in:
parent
2e9b3e882d
commit
449aa1d998
|
@ -49,4 +49,4 @@
|
||||||
.col-xs-12.col-sm-10.offset-sm-1.text-center
|
.col-xs-12.col-sm-10.offset-sm-1.text-center
|
||||||
%small= t(".promote.join", app_title: APP_CONFIG["site_name"])
|
%small= t(".promote.join", app_title: APP_CONFIG["site_name"])
|
||||||
- else
|
- else
|
||||||
%p= raw t(".required"), signup: link_to(t("views.sessions.new"), new_user_registration_path)
|
%p= raw t(".required", signup: link_to(t("views.sessions.new"), new_user_registration_path))
|
||||||
|
|
Loading…
Reference in New Issue