diff options
author | nodiscc <nodiscc@gmail.com> | 2020-10-04 11:45:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 11:45:24 +0000 |
commit | df25b28dcd3cde54d42c18a55a810daa82bf5727 (patch) | |
tree | e6ef7977784908bfc5cb184918a81fe9935b152a /tpl/default | |
parent | fc4d1b679624aabd9204c3c63ee1e51713a51125 (diff) | |
parent | f4ea7cd5633773a0f6438a1d50dbb70eeacf2f04 (diff) | |
download | Shaarli-df25b28dcd3cde54d42c18a55a810daa82bf5727.tar.gz Shaarli-df25b28dcd3cde54d42c18a55a810daa82bf5727.tar.zst Shaarli-df25b28dcd3cde54d42c18a55a810daa82bf5727.zip |
Merge pull request #1579 from sprak3000/issue-1437-tag-sort-buttons-ui
Fix #1437 - Make tag cloud/list views buttons more obvious
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/tag.sort.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/tag.sort.html b/tpl/default/tag.sort.html index 8718b188..b3764e29 100644 --- a/tpl/default/tag.sort.html +++ b/tpl/default/tag.sort.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <div class="pure-g"> | 1 | <div class="pure-g"> |
2 | <div class="pure-u-1 pure-alert pure-alert-success tag-sort"> | 2 | <div class="pure-u-1 pure-alert pure-alert-success tag-sort"> |
3 | {'Sort by:'|t} | 3 | {'Sort by:'|t} |
4 | <a href="{$base_path}/tags/cloud">{'Cloud'|t}</a> · | 4 | <a href="{$base_path}/tags/cloud">{'Cloud'|t}</a> |
5 | <a href="{$base_path}/tags/list?sort=usage">{'Most used'|t}</a> · | 5 | <a href="{$base_path}/tags/list?sort=usage">{'Most used'|t}</a> |
6 | <a href="{$base_path}/tags/list?sort=alpha">{'Alphabetical'|t}</a> | 6 | <a href="{$base_path}/tags/list?sort=alpha">{'Alphabetical'|t}</a> |
7 | </div> | 7 | </div> |
8 | </div> | 8 | </div> |