X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2Flayout.html.twig;h=95d7da9a36cb2b95ae44dde9bb82c70c25150551;hb=eb7b632ee6f898dbe5c861623f59fa62fc4d5235;hp=b9c45567aa76c1971407b96302a28b8a5702c0ae;hpb=73ec68b1ffafb792265a3805833e5cd84c966aed;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index b9c45567..95d7da9a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -62,38 +62,9 @@
  • {{ 'menu.left.all_articles'|trans }} {{ count_entries('all') }}
  • -
  • +
  • {{ 'menu.left.tags'|trans }} {{ count_tags() }}
  • -
  • - {{ 'menu.left.config'|trans }} -
  • - {% if craue_setting('restricted_access') %} -
  • - {{ 'menu.left.site_credentials'|trans }} -
  • - {% endif %} - {% if is_granted('ROLE_SUPER_ADMIN') %} -
  • - {{ 'menu.left.users_management'|trans }} -
  • - -
  • - {{ 'menu.left.internal_settings'|trans }} -
  • - {% endif %} -
  • - {{ 'menu.left.import'|trans }} -
  • -
  • - {{ 'menu.left.developer'|trans }} -
  • -
  • - {{ 'menu.left.howto'|trans }} -
  • -
  • - {{ 'menu.left.logout'|trans }} -