about summary refs log tree commit diff
path: root/app/views/settings/featured_tags
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-09-08 17:20:00 +0200
committerGitHub <noreply@github.com>2020-09-08 17:20:00 +0200
commit6e83020950ab81c6be6b3bfec92643f1b0d23ce6 (patch)
treeccd775be4b73170fcbf45407b84ad35fc37fb853 /app/views/settings/featured_tags
parent437d71bddf967573df3912ee5976f7c5a5a7b4c7 (diff)
parent9748f074a385fce5ad6913b1a22fb7ea9e7566db (diff)
Merge pull request #1419 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/settings/featured_tags')
-rw-r--r--app/views/settings/featured_tags/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/featured_tags/index.html.haml b/app/views/settings/featured_tags/index.html.haml
index 6734d027c..297379893 100644
--- a/app/views/settings/featured_tags/index.html.haml
+++ b/app/views/settings/featured_tags/index.html.haml
@@ -9,7 +9,7 @@
   = render 'shared/error_messages', object: @featured_tag
 
   .fields-group
-    = f.input :name, wrapper: :with_block_label, hint: safe_join([t('simple_form.hints.featured_tag.name'), safe_join(@most_used_tags.map { |tag| link_to("##{tag.name}", settings_featured_tags_path(featured_tag: { name: tag.name }), method: :post) }, ', ')], ' ')
+    = f.input :name, wrapper: :with_block_label, hint: safe_join([t('simple_form.hints.featured_tag.name'), safe_join(@recently_used_tags.map { |tag| link_to("##{tag.name}", settings_featured_tags_path(featured_tag: { name: tag.name }), method: :post) }, ', ')], ' ')
 
   .actions
     = f.button :button, t('featured_tags.add_new'), type: :submit