mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Extract Materialize Sidenav controller
This commit is contained in:
parent
66c6a25941
commit
1f76184d02
5 changed files with 29 additions and 15 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
{% block menu %}
|
||||
<nav class="cyan darken-1">
|
||||
<ul id="slide-out" class="left-bar sidenav sidenav-fixed">
|
||||
<ul id="slide-out" class="left-bar sidenav sidenav-fixed" data-controller="materialize--sidenav">
|
||||
{% block logo %}
|
||||
<li class="logo border-bottom">
|
||||
{% if is_granted('LIST_ENTRIES') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue