From: Jef van Schendel Date: Mon, 5 Mar 2012 23:31:34 +0000 (+0100) Subject: Fix merge conflict in prev_next.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fe53180359b03cfacfb45286fdc4c30cbfd9289f;p=mediagoblin.git Fix merge conflict in prev_next.html --- fe53180359b03cfacfb45286fdc4c30cbfd9289f diff --cc mediagoblin/templates/mediagoblin/utils/prev_next.html index 83d83ad6,f1175ce4..9e262ed9 --- a/mediagoblin/templates/mediagoblin/utils/prev_next.html +++ b/mediagoblin/templates/mediagoblin/utils/prev_next.html @@@ -21,26 -21,28 +21,28 @@@ {% set next_entry_url = media.url_to_next(request.urlgen) %} {% if prev_entry_url or next_entry_url %} - {# There are no previous entries for the very first media entry #} - {% if prev_entry_url %} - - ← {% trans %}newer{% endtrans %} - - {% else %} - {# This is the first entry. display greyed-out 'previous' image #} - - {% endif %} - {# Likewise, this could be the very last media entry #} - {% if next_entry_url %} - - {% trans %}older{% endtrans %} → - - {% else %} - {# This is the last entry. display greyed-out 'next' image #} - - {% endif %} + {% endif %}