diff -r f6ae685b3097 -r fb1a2dfb473d src/cm/templates/site/text_history.html --- a/src/cm/templates/site/text_history.html Wed Mar 24 16:19:07 2010 +0100 +++ b/src/cm/templates/site/text_history.html Thu Mar 25 15:00:58 2010 +0100 @@ -102,7 +102,21 @@
{% blocktrans %}View{% endblocktrans %} {% if text_version.get_previous_version %}| {% blocktrans %}Compare with previous version{% endblocktrans %}{% endif %} - {% if can_edit_text %} | {% blocktrans %}Revert to this version{% endblocktrans %}{% endif %} + {% if can_edit_text %} + | {% blocktrans %}Revert to this version{% endblocktrans %} + + {% endif %} {% comment %}{% if can_delete_text %}{% blocktrans %}Delete{% endblocktrans %}