about summary refs log tree commit diff
path: root/app/views/admin/trends/links/index.html.haml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-02 21:47:03 +0100
committerGitHub <noreply@github.com>2022-03-02 21:47:03 +0100
commit3637a0101e1f5095397f190e88f281d603797c32 (patch)
tree290569d5d454dc1a1478c35b7a4d6755ccfcad2c /app/views/admin/trends/links/index.html.haml
parentd9e30efa5ecc87bc9be7b2e28baaf34bd01032f5 (diff)
parentc69d94ef7e13360e502635fc8bb1bbf8e13dfd74 (diff)
Merge pull request #1710 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
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 e05f877b0..6f090df7b 100644
--- a/app/views/admin/trends/links/index.html.haml
+++ b/app/views/admin/trends/links/index.html.haml
@@ -1,6 +1,10 @@
 - content_for :page_title do
   = t('admin.trends.links.title')
 
+%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?