diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-03-02 18:57:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 18:57:44 +0100 |
commit | 9b58fb1ea4036daca945cb524e674446adb9ac42 (patch) | |
tree | ec92c506139da3de8d2a67b23a3a90b42fe1a5c6 /app/views/admin/trends/links/preview_card_providers | |
parent | e24b14cc74034585b29ca92bbb9623df32328bf3 (diff) |
Add descriptions to trending features in admin UI (#17677)
Diffstat (limited to 'app/views/admin/trends/links/preview_card_providers')
-rw-r--r-- | app/views/admin/trends/links/preview_card_providers/index.html.haml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/admin/trends/links/preview_card_providers/index.html.haml b/app/views/admin/trends/links/preview_card_providers/index.html.haml index b79349947..c3648c35e 100644 --- a/app/views/admin/trends/links/preview_card_providers/index.html.haml +++ b/app/views/admin/trends/links/preview_card_providers/index.html.haml @@ -4,6 +4,10 @@ - content_for :header_tags do = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' +%p= t('admin.trends.preview_card_providers.description_html') + +%hr.spacer/ + .filters .filter-subset %strong= t('admin.tags.review') @@ -17,7 +21,6 @@ = fa_icon 'chevron-left fw' = t('admin.trends.links.title') - %hr.spacer/ = form_for(@form, url: batch_admin_trends_links_preview_card_providers_path) do |f| |