Skip to content

Commit

Permalink
Merge pull request savetheinternet#182 from fatchan/master
Browse files Browse the repository at this point in the history
Move the 'Go back and rebuild again' to the top of the rebuilt page s…
  • Loading branch information
czaks committed May 31, 2016
2 parents 52fe9bc + d285a79 commit 6a7be4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/mod/rebuilt.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 6a7be4a

Please sign in to comment.