about summary refs log tree commit diff
path: root/app/views/admin/trends/links/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/trends/links/index.html.haml')
-rw-r--r--app/views/admin/trends/links/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/trends/links/index.html.haml b/app/views/admin/trends/links/index.html.haml
index 79f3513d3..49a53d979 100644
--- a/app/views/admin/trends/links/index.html.haml
+++ b/app/views/admin/trends/links/index.html.haml
@@ -4,6 +4,10 @@
 - content_for :header_tags do
   = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
 
+%p= t('admin.trends.links.description_html')
+
+%hr.spacer/
+
 = form_tag admin_trends_links_path, method: 'GET', class: 'simple_form' do
   - Trends::PreviewCardFilter::KEYS.each do |key|
     = hidden_field_tag key, params[key] if params[key].present?