##// END OF EJS Templates
Moved search link to the header
neko259 -
r824:29b4dc43 default
parent child Browse files
Show More
@@ -32,7 +32,8 b''
32 >#{{ tag.name }}</a>,
32 >#{{ tag.name }}</a>,
33 {% endfor %}
33 {% endfor %}
34 <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}"
34 <a href="{% url 'tags' %}" title="{% trans 'Tag management' %}"
35 >[...]</a>
35 >[...]</a>,
36 <a href="{% url 'search' %}" title="{% trans 'Search' %}">[S]</a>
36 <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a>
37 <a class="link" href="{% url 'settings' %}">{% trans 'Settings' %}</a>
37 </div>
38 </div>
38
39
@@ -47,7 +48,6 b''
47 <div class="navigation_panel">
48 <div class="navigation_panel">
48 {% block metapanel %}{% endblock %}
49 {% block metapanel %}{% endblock %}
49 [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>]
50 [<a href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>]
50 [<a href="{% url 'search' %}">{% trans 'Search' %}</a>]
51 {% with ppd=posts_per_day|floatformat:2 %}
51 {% with ppd=posts_per_day|floatformat:2 %}
52 {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %}
52 {% blocktrans %}Speed: {{ ppd }} posts per day{% endblocktrans %}
53 {% endwith %}
53 {% endwith %}
General Comments 0
You need to be logged in to leave comments. Login now