aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/index
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-10-05 16:23:21 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-05 16:23:21 +0200
commitca7221e885eae3ff075ea2c05798ceb4cec24daf (patch)
tree9e67c37acaa60460149179c94fe27fb1628bd181 /app/views/helpers/index
parent2d0897ea747208356d8c70cc25e327d7f08c523c (diff)
refactor labels article menu (#6864)
* refactor labels menu with template * reduce network traffic
Diffstat (limited to 'app/views/helpers/index')
-rw-r--r--app/views/helpers/index/normal/entry_bottom.phtml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml
index 51c103a74..6ebd17949 100644
--- a/app/views/helpers/index/normal/entry_bottom.phtml
+++ b/app/views/helpers/index/normal/entry_bottom.phtml
@@ -41,16 +41,6 @@
<a class="dropdown-toggle" href="#dropdown-labels-<?= $this->entry->id() ?>">
<?= _i('label') ?><?= _t('index.menu.tags') ?>
</a>
- <ul class="dropdown-menu dropdown-menu-scrollable scrollbar-thin">
- <li class="dropdown-header">
- <?= _t('index.menu.tags') ?>
- <?php if (FreshRSS_Auth::hasAccess()) { ?>
- <a href="<?= _url('tag', 'index') ?>"><?= _i('configure') ?></a>
- <?php } ?>
- </li>
- <!-- Ajax -->
- </ul>
- <a class="dropdown-close" href="#close">❌</a>
</div>
</li><?php
}