Browse Source

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

pull/40/head
fatchan 8 years ago
parent
commit
d285a79667
  1. 6
      templates/mod/rebuilt.html

6
templates/mod/rebuilt.html

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

Loading…
Cancel
Save