mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
Fix indentation in templates
This commit is contained in:
parent
55f58c9c5e
commit
7a577c519f
5 changed files with 55 additions and 55 deletions
|
@ -8,7 +8,7 @@
|
||||||
<li style="position: relative;"><a href="javascript: void(null);" id="search">{% trans %}search{% endtrans %}</a>
|
<li style="position: relative;"><a href="javascript: void(null);" id="search">{% trans %}search{% endtrans %}</a>
|
||||||
{% include "WallabagCoreBundle::_search_form.html.twig" %}
|
{% include "WallabagCoreBundle::_search_form.html.twig" %}
|
||||||
</li>
|
</li>
|
||||||
<li><a href="?view=config">{% trans %}config{% endtrans %}</a></li>
|
<li><a href="{{ path('config') }}">{% trans %}config{% endtrans %}</a></li>
|
||||||
<li><a href={{ path('about') }}>{% trans %}about{% endtrans %}</a></li>
|
<li><a href="{{ path('about') }}">{% trans %}about{% endtrans %}</a></li>
|
||||||
<li><a class="icon icon-power" href="{{ path('logout') }}" title="{% trans %}logout{% endtrans %}">{% trans %}logout{% endtrans %}</a></li>
|
<li><a class="icon icon-power" href="{{ path('logout') }}" title="{% trans %}logout{% endtrans %}">{% trans %}logout{% endtrans %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue