diff --git a/lodgeit/views/compare_paste.html b/lodgeit/views/compare_paste.html index ea36c8a..0f76eee 100644 --- a/lodgeit/views/compare_paste.html +++ b/lodgeit/views/compare_paste.html @@ -6,7 +6,7 @@

Differences between the pastes #{{ old.identifier }} ({{ old.pub_date|datetimeformat }}) - and #{{ new.identifier }} ({{ new.pub_date|datetimeformat }}). Download as unified diff. + and #{{ new.identifier }} ({{ new.pub_date|datetimeformat }}). Download as unified diff.

{% if diff.chunks %} {{ render_diff_part(diff) }} diff --git a/lodgeit/views/show_paste.html b/lodgeit/views/show_paste.html index a17766b..879fbf7 100644 --- a/lodgeit/views/show_paste.html +++ b/lodgeit/views/show_paste.html @@ -27,7 +27,7 @@ {% if paste.parent %}
  • + href="{{ url_for('pastes/compare_paste', new_id=paste.identifier, old_id=paste.parent.identifier ) }}"> {% trans %}compare it with the parent paste{% endtrans %}
  • @@ -49,13 +49,13 @@ {% endif %} {% if paste.parent or paste.children %}
  • - + {% trans %}show paste tree{% endtrans %}
  • {% endif %}
  • - + {% trans %}download paste{% endtrans %}