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:
Chapoi 2022-05-16 10:34:09 +02:00 committed by GitHub
parent ce1f2473b9
commit b65ecf6987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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">
<h2>{{i18n "tagging.groups.title"}}</h2>

View File

@ -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"