about summary refs log tree commit diff
path: root/app/views/shared
diff options
context:
space:
mode:
authorymmtmdk <ymmtmdk@gmail.com>2017-04-24 04:45:03 +0900
committerEugen <eugen@zeonfederated.com>2017-04-23 21:45:03 +0200
commit072c6f1527177edc53f246a3f701d5f06349de4a (patch)
treef0783ae0faf0b69cbc1b4c050c326c6a37838351 /app/views/shared
parent55e32fe579412ea7d80a5ccc350ff6a18cb19576 (diff)
Add link for domain in land strip (#2306)
* Add link for domain in land strip

* Use root_path

* Avoid repeating code
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_landing_strip.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/_landing_strip.html.haml b/app/views/shared/_landing_strip.html.haml
index 02e694418..c6b4a666b 100644
--- a/app/views/shared/_landing_strip.html.haml
+++ b/app/views/shared/_landing_strip.html.haml
@@ -2,4 +2,5 @@
   = t('landing_strip_html',
     name: content_tag(:span, display_name(account), class: :emojify),
     domain: site_hostname,
+    link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path),
     sign_up_path: new_user_registration_path)