diff --git a/app/templates/v2/base.html b/app/templates/v2/base.html index 3e9dd3a..b9dc829 100644 --- a/app/templates/v2/base.html +++ b/app/templates/v2/base.html @@ -46,18 +46,20 @@ {% if is_authenticated %}{{ icon("magnifying-glass-plus", 14) }} Landtag-Suche{% endif %} + {% if is_authenticated %}
— Prüfen
- {% if is_authenticated %}{{ icon("file-plus", 14) }} Neuer Antrag{% endif %} + {{ icon("file-plus", 14) }} Neuer Antrag {% if is_admin %}{{ icon("stack", 14) }} Batch-Analyse{% endif %}
— Daten
- {% if is_authenticated %}{{ icon("chart-bar", 14) }} Auswertungen{% endif %} - {% if is_authenticated %}{{ icon("file-csv", 14) }} Export · API{% endif %} - {% if is_authenticated %}{{ icon("rss", 14) }} Atom-Feed{% endif %} + {{ icon("chart-bar", 14) }} Auswertungen + {{ icon("file-csv", 14) }} Export · API + {{ icon("rss", 14) }} Atom-Feed
+ {% endif %} {% if is_admin %}