about summary refs log tree commit diff
path: root/app/views/shared/_landing_strip.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_landing_strip.html.haml')
-rw-r--r--app/views/shared/_landing_strip.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/shared/_landing_strip.html.haml b/app/views/shared/_landing_strip.html.haml
new file mode 100644
index 000000000..bb081e544
--- /dev/null
+++ b/app/views/shared/_landing_strip.html.haml
@@ -0,0 +1,2 @@
+.landing-strip
+  = t('landing_strip_html', name: display_name(account), domain: Rails.configuration.x.local_domain, sign_up_path: new_user_registration_path)