diff --git a/dpaste/templates/dpaste/snippet_details.html b/dpaste/templates/dpaste/snippet_details.html index 83aa85e..1a64b1a 100644 --- a/dpaste/templates/dpaste/snippet_details.html +++ b/dpaste/templates/dpaste/snippet_details.html @@ -65,7 +65,9 @@ {% if not snippet.is_single %} {% trans "Compare Snippets" %} {% endif %} + {% if snippet.expire_type != 3 %} {% trans "View Raw" %} + {% endif %} {% trans "Gist" %} {% if snippet.lexer != 'text' %}