From b65ecf69871656155c381343cd84de919cbbf803 Mon Sep 17 00:00:00 2001 From: Chapoi <101828855+Chapoi@users.noreply.github.com> Date: Mon, 16 May 2022 10:34:09 +0200 Subject: [PATCH] UX: Add back link on taggroup page (#16700) * Add back button to taggroup page * Lint update + enclosing tags * Linting Co-authored-by: Penar Musaraj Co-authored-by: Penar Musaraj --- .../javascripts/discourse/app/templates/tag-groups.hbs | 5 +++++ config/locales/client.en.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/app/assets/javascripts/discourse/app/templates/tag-groups.hbs b/app/assets/javascripts/discourse/app/templates/tag-groups.hbs index 0ae7affe5fa..b147874f743 100644 --- a/app/assets/javascripts/discourse/app/templates/tag-groups.hbs +++ b/app/assets/javascripts/discourse/app/templates/tag-groups.hbs @@ -1,3 +1,8 @@ + + {{d-icon "chevron-left"}} + {{i18n "tagging.groups.back_btn"}} + +

{{i18n "tagging.groups.title"}}

diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 693b977677c..2f56bf698ba 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -3923,6 +3923,7 @@ en: description: "You will not be notified of anything about new topics with this tag, and they will not appear on your unread tab." groups: + back_btn: "Back to all tags" title: "Tag Groups" about_heading: "Select a tag group or create a new one" about_heading_empty: "Create a new tag group to get started"