about summary refs log tree commit diff
path: root/app/views/admin/trends/statuses/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-03-02 18:57:44 +0100
committerGitHub <noreply@github.com>2022-03-02 18:57:44 +0100
commit9b58fb1ea4036daca945cb524e674446adb9ac42 (patch)
treeec92c506139da3de8d2a67b23a3a90b42fe1a5c6 /app/views/admin/trends/statuses/index.html.haml
parente24b14cc74034585b29ca92bbb9623df32328bf3 (diff)
Add descriptions to trending features in admin UI (#17677)
Diffstat (limited to 'app/views/admin/trends/statuses/index.html.haml')
-rw-r--r--app/views/admin/trends/statuses/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/trends/statuses/index.html.haml b/app/views/admin/trends/statuses/index.html.haml
index 347688262..b0059b20d 100644
--- a/app/views/admin/trends/statuses/index.html.haml
+++ b/app/views/admin/trends/statuses/index.html.haml
@@ -4,6 +4,10 @@
 - content_for :header_tags do
   = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
 
+%p= t('admin.trends.statuses.description_html')
+
+%hr.spacer/
+
 = form_tag admin_trends_statuses_path, method: 'GET', class: 'simple_form' do
   - Trends::StatusFilter::KEYS.each do |key|
     = hidden_field_tag key, params[key] if params[key].present?