diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-07-17 23:17:25 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-07-17 23:17:25 +0100 |
| commit | 980e1c9eb1a6e15ad4471eba140ed30107ba4c80 (patch) | |
| tree | d067498a8342a5ecc992e1def14cc84d6f641934 /app/templates/admin | |
| parent | e2a9ea91cfae79dded1f223bd288af40bd657863 (diff) | |
| download | cheatdb-980e1c9eb1a6e15ad4471eba140ed30107ba4c80.tar.xz | |
Add ability to search admin tag list by views
Diffstat (limited to 'app/templates/admin')
| -rw-r--r-- | app/templates/admin/tags/list.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/admin/tags/list.html b/app/templates/admin/tags/list.html index 14baf02..01a5492 100644 --- a/app/templates/admin/tags/list.html +++ b/app/templates/admin/tags/list.html @@ -9,6 +9,12 @@ <h1>{{ _("Tags") }}</h1> + <p class="float-right"> + Sort by: + <a href="{{ url_set_query(sort='name') }}">Name</a> | + <a href="{{ url_set_query(sort='views') }}">Views</a> + </p> + <p> Also see <a href="/help/package_tags/">Package Tags</a>. </p> |
