diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-05-30 15:51:14 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-07-23 21:19:21 +0200 |
commit | 8eac2e54882d8adae8cbb45386dca1b465242632 (patch) | |
tree | e833e0ada87ac350ec2de8b7519a62e30e6731c6 /tpl/default/tools.html | |
parent | 66063ed1a18d739b1a60bfb163d8656417a4c529 (diff) | |
download | Shaarli-8eac2e54882d8adae8cbb45386dca1b465242632.tar.gz Shaarli-8eac2e54882d8adae8cbb45386dca1b465242632.tar.zst Shaarli-8eac2e54882d8adae8cbb45386dca1b465242632.zip |
Process manage tags page through Slim controller
Diffstat (limited to 'tpl/default/tools.html')
-rw-r--r-- | tpl/default/tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/tools.html b/tpl/default/tools.html index 0135c480..6e432e00 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html | |||
@@ -28,7 +28,7 @@ | |||
28 | </div> | 28 | </div> |
29 | {/if} | 29 | {/if} |
30 | <div class="tools-item"> | 30 | <div class="tools-item"> |
31 | <a href="./?do=changetag" title="{'Rename or delete a tag in all links'|t}"> | 31 | <a href="./manage-tags" title="{'Rename or delete a tag in all links'|t}"> |
32 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Manage tags'|t}</span> | 32 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Manage tags'|t}</span> |
33 | </a> | 33 | </a> |
34 | </div> | 34 | </div> |