1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00

Move the 'Go back and rebuild again' to the top of the rebuilt page so you dont have to scroll

This commit is contained in:
fatchan 2016-05-31 23:28:55 +10:00
parent 52fe9bc873
commit d285a79667

View File

@ -1,12 +1,12 @@
<div class="ban"> <div class="ban">
<h2>{% trans 'Rebuilt' %}</h2> <h2>{% trans 'Rebuilt' %}</h2>
<p>
<a href="?/rebuild">{% trans 'Go back and rebuild again' %}</a>.
</p>
<ul> <ul>
{% for log in logs %} {% for log in logs %}
<li>{{ log }}</li> <li>{{ log }}</li>
{% endfor %} {% endfor %}
</ul> </ul>
<p>
<a href="?/rebuild">{% trans 'Go back and rebuild again' %}</a>.
</p>
</div> </div>