1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Initialize filters and export sidenav with common ones

This commit is contained in:
Yassine Guedidi 2025-02-23 10:44:50 +01:00
parent 1e61a51e82
commit 63cf403eaf
3 changed files with 7 additions and 22 deletions

View file

@ -114,7 +114,7 @@
<!-- Export -->
{% if has_exports and is_granted('EXPORT_ENTRIES') %}
<div id="export" class="sidenav">
<div id="export" class="sidenav" data-edge="right">
{% set current_tag = null %}
{% if tag is defined %}
{% set current_tag = tag.slug %}
@ -140,7 +140,7 @@
<!-- Filters -->
{% if has_filters %}
<div id="filters" class="sidenav">
<div id="filters" class="sidenav" data-edge="right">
<form action="{{ path('all') }}">
<h4 class="center">{{ 'entry.filters.title'|trans }}</h4>