Skip to content

Commit

Permalink
Merge pull request #1 from llune/pr2
Browse files Browse the repository at this point in the history
delete useless titles
  • Loading branch information
luce-carevic authored Mar 2, 2019
2 parents de07aad + da815e3 commit d3bbf9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tpl/default/tag.sort.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="pure-g">
<div class="pure-u-1 pure-alert pure-alert-success tag-sort">
{'Sort by:'|t}
<a href="?do=tagcloud" title="cloud">{'Cloud'|t}</a> &middot;
<a href="?do=taglist&sort=usage" title="cloud">{'Most used'|t}</a> &middot;
<a href="?do=taglist&sort=alpha" title="cloud">{'Alphabetical'|t}</a>
<a href="?do=tagcloud">{'Cloud'|t}</a> &middot;
<a href="?do=taglist&sort=usage">{'Most used'|t}</a> &middot;
<a href="?do=taglist&sort=alpha">{'Alphabetical'|t}</a>
</div>
</div>

0 comments on commit d3bbf9e

Please sign in to comment.