aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/templates/layout.html')
-rw-r--r--newspipe/web/templates/layout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/web/templates/layout.html b/newspipe/web/templates/layout.html
index d83333a3..1453c3fd 100644
--- a/newspipe/web/templates/layout.html
+++ b/newspipe/web/templates/layout.html
@@ -94,7 +94,6 @@
<a class="dropdown-item" href="{{ url_for('user.profile') }}"><i class="fa fa-user" aria-hidden="true"></i>&nbsp;{{ _('Profile') }}</a>
<a class="dropdown-item" href="{{ url_for('user.management') }}"><i class="fa fa-hdd-o" aria-hidden="true"></i>&nbsp;{{ _('Your data') }}</a>
<a class="dropdown-item" href="{{ url_for('about') }}">{{ _('About') }}</a>
- <a class="dropdown-item" href="{{ url_for('feeds.feeds') }}">{{ _('All') }}</a>
{% if current_user.is_admin %}
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="{{ url_for('admin.dashboard') }}">{{ _('Dashboard') }}</a>
bgstack15