Cleanup & simplify theme

This commit is contained in:
Jeremy
2015-03-01 08:22:29 +01:00
parent 71798e4ec4
commit 495aecfe74
252 changed files with 158 additions and 8993 deletions

View File

@ -2,10 +2,6 @@
{% block title "Unread" %}
{% block menu %}
{% include "WallabagCoreBundle::_menu.html.twig" %}
{% endblock %}
{% block content %}
{% block pager %}
{% if entries is not empty %}

View File

@ -2,10 +2,6 @@
{% block title %}{{ entry.title|raw }} ({{ entry.url | e | domainName }}){% endblock %}
{% block menu %}
{% include "WallabagCoreBundle::_menu.html.twig" %}
{% endblock %}
{% block content %}
<div id="article_toolbar">
<ul class="links">

View File

@ -2,10 +2,6 @@
{% block title %}{% trans %}Save new entry{% endtrans %}{% endblock %}
{% block menu %}
{% include "WallabagCoreBundle::_menu.html.twig" %}
{% endblock %}
{% block content %}
{{ form(form) }}
{% endblock %}