mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add back link on taggroup page (#16700)
* Add back button to taggroup page * Lint update + enclosing tags * Linting Co-authored-by: Penar Musaraj <pmusaraj@gmail.com> Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
<a href="/tags">
|
||||||
|
{{d-icon "chevron-left"}}
|
||||||
|
<span>{{i18n "tagging.groups.back_btn"}}</span>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="container tag-groups-container">
|
<div class="container tag-groups-container">
|
||||||
<h2>{{i18n "tagging.groups.title"}}</h2>
|
<h2>{{i18n "tagging.groups.title"}}</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -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."
|
description: "You will not be notified of anything about new topics with this tag, and they will not appear on your unread tab."
|
||||||
|
|
||||||
groups:
|
groups:
|
||||||
|
back_btn: "Back to all tags"
|
||||||
title: "Tag Groups"
|
title: "Tag Groups"
|
||||||
about_heading: "Select a tag group or create a new one"
|
about_heading: "Select a tag group or create a new one"
|
||||||
about_heading_empty: "Create a new tag group to get started"
|
about_heading_empty: "Create a new tag group to get started"
|
||||||
|
|||||||
Reference in New Issue
Block a user