about summary refs log tree commit diff
path: root/app/views/admin/trends/statuses/index.html.haml
diff options
context:
space:
mode:
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 3166bc6c1..c96f4323a 100644
--- a/app/views/admin/trends/statuses/index.html.haml
+++ b/app/views/admin/trends/statuses/index.html.haml
@@ -1,6 +1,10 @@
 - content_for :page_title do
   = t('admin.trends.statuses.title')
 
+%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?