From 8249510dcab33b7ef95d75bf4be4e0af5b3f5f48 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 12 Apr 2011 19:19:54 +0200 Subject: Add a rollback button (closes #349) --- ishtar/templates/sheet_file.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar/templates/sheet_file.html') diff --git a/ishtar/templates/sheet_file.html b/ishtar/templates/sheet_file.html index bf74490d5..1ba043239 100644 --- a/ishtar/templates/sheet_file.html +++ b/ishtar/templates/sheet_file.html @@ -4,11 +4,12 @@ {% if previous or next %}
{%if previous%} -{%trans "Previous version"%} ({{previous}}) +{%trans "Previous version"%} ({{previous}}) {% endif %} {% if previous and next %} - {% endif %} {%if next%} -{%trans "Next version"%} ({{next}}) +Rollback - +{%trans "Next version"%} ({{next}}) {% endif %}
{% endif %} -- cgit v1.2.3