about summary refs log tree commit diff
path: root/app/views/settings/featured_tags/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-08-17 18:07:52 +0200
committerGitHub <noreply@github.com>2019-08-17 18:07:52 +0200
commitb348c9b0dbd72f2a9930f9fcbbe72cd1c6b3efd8 (patch)
treedfec9d1dfa6b8917846260fbc9dff9ccb5197dc7 /app/views/settings/featured_tags/index.html.haml
parent53071389ee08e38d2f73d56ae92051e74042f387 (diff)
Add explanation to featured hashtags page and profile (#11586)
Diffstat (limited to 'app/views/settings/featured_tags/index.html.haml')
-rw-r--r--app/views/settings/featured_tags/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/settings/featured_tags/index.html.haml b/app/views/settings/featured_tags/index.html.haml
index 5f69517f3..6734d027c 100644
--- a/app/views/settings/featured_tags/index.html.haml
+++ b/app/views/settings/featured_tags/index.html.haml
@@ -1,6 +1,10 @@
 - content_for :page_title do
   = t('settings.featured_tags')
 
+%p= t('featured_tags.hint_html')
+
+%hr.spacer/
+
 = simple_form_for @featured_tag, url: settings_featured_tags_path do |f|
   = render 'shared/error_messages', object: @featured_tag