0
0
Fork 0

Clean up settings/featured_tags/index view (#28688)

This commit is contained in:
Matt Jankowski 2024-01-11 05:45:26 -05:00 committed by GitHub
parent 55802242ce
commit 87097a227c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 1 deletions

View file

@ -12,7 +12,7 @@
.fields-group
= f.input :name,
hint: safe_join([t('simple_form.hints.featured_tag.name'), safe_join(@recently_used_tags.map { |tag| link_to("##{tag.display_name}", settings_featured_tags_path(featured_tag: { name: tag.name }), method: :post) }, ', ')], ' '),
hint: featured_tags_hint(@recently_used_tags),
wrapper: :with_block_label
.actions