diff options
author | Luce Carević <lcarevic@access42.net> | 2019-03-02 13:44:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-02 13:44:37 +0100 |
commit | d3bbf9ee4da5d0172fc0018cf37597c40c705739 (patch) | |
tree | 2e86ad815dc4b294f8784d07f82515b53ea9d966 /tpl/default | |
parent | de07aad18fb35dcef1e222d1d453d8c4dd6f355d (diff) | |
parent | da815e3f2e640e5c9f838c3f1629c2defdddc0e5 (diff) | |
download | Shaarli-d3bbf9ee4da5d0172fc0018cf37597c40c705739.tar.gz Shaarli-d3bbf9ee4da5d0172fc0018cf37597c40c705739.tar.zst Shaarli-d3bbf9ee4da5d0172fc0018cf37597c40c705739.zip |
Merge pull request #1 from llune/pr2
delete useless titles
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/tag.sort.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/tag.sort.html b/tpl/default/tag.sort.html index 89acda0d..d24c9f64 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="?do=tagcloud" title="cloud">{'Cloud'|t}</a> · | 4 | <a href="?do=tagcloud">{'Cloud'|t}</a> · |
5 | <a href="?do=taglist&sort=usage" title="cloud">{'Most used'|t}</a> · | 5 | <a href="?do=taglist&sort=usage">{'Most used'|t}</a> · |
6 | <a href="?do=taglist&sort=alpha" title="cloud">{'Alphabetical'|t}</a> | 6 | <a href="?do=taglist&sort=alpha">{'Alphabetical'|t}</a> |
7 | </div> | 7 | </div> |
8 | </div> \ No newline at end of file | 8 | </div> \ No newline at end of file |