summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbrainch/templates/brainch/diff.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/brainch/templates/brainch/diff.html b/brainch/templates/brainch/diff.html
index b2fa181..f55bc37 100755
--- a/brainch/templates/brainch/diff.html
+++ b/brainch/templates/brainch/diff.html
@@ -9,13 +9,10 @@
{% endblock h1 %}
{% block sidebar %}
- <h2>Tools</h2>
<ul class="tools">
- <li><a href="{% url brainch-view repo.user repo.slug %}">Back to current version</a></li>
- <li><a href="{% url brainch-history repo.user repo.slug %}">History</a></li>
+ <li><a href="{% url brainch-view repo.user repo.slug %}">View current version</a></li>
+ <li><a href="{% url brainch-history repo.user repo.slug %}">History of the text</a></li>
</ul>
-
- {% include "brainch/inclusion/author-list.html" %}
{% endblock sidebar %}
{% block main %}