renamed project

This commit is contained in:
Matthew Scragg 2013-10-03 10:01:40 -05:00
parent cba28239a2
commit 2bbeb52178
307 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,16 @@
{% extends 'layout.html' %}
{% block body %}
<h2>History for <strong>{{ name }}</strong></h2>
<p>
<a class="btn btn-default btn-sm" href="/history/{{ name }}">Back to History</a>
<a href="" class="btn btn-default btn-sm">Revert Changes</a>
</p>
{{ diff|safe }}
<p></p>
<p>
<a class="btn btn-default btn-sm" href="/history/{{ name }}">Back to History</a>
</p>
{% endblock %}