aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_feed.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/aside_feed.phtml')
-rw-r--r--app/layout/aside_feed.phtml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 29b110647..8dca19b41 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -153,9 +153,7 @@
<script id="tag_config_template" type="text/html">
<ul class="dropdown-menu">
<li class="item">
- <button class="as-link confirm" disabled="disabled"
- form="mark-read-aside" formaction="<?= _url('tag', 'delete', 'id_tag', '------') ?>"
- type="submit"><?= _t('gen.action.remove') ?></button>
+ <a class="configure open-slider" href="<?= _url('tag', 'update', 'id', '------') ?>"><?= _t('gen.action.manage') ?></a>
</li>
</ul>
<a class="dropdown-close" href="#close">❌</a>