From 58fb9f646725dd47f6cdd3d1884382f9cb8b8b28 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 16 Jun 2018 21:56:28 +1000 Subject: [PATCH] * tune view --- templates/zerobin/view.html.ep | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/zerobin/view.html.ep b/templates/zerobin/view.html.ep index a1b5e8a..0debae9 100644 --- a/templates/zerobin/view.html.ep +++ b/templates/zerobin/view.html.ep @@ -8,7 +8,6 @@ <%= link_to l('Create new') => "/zerobin", class => 'zerobin create' %> <%= link_to l('Download') => "/zerobin/$fname", class => 'zerobin download', download => $fname %> -
% if (not $paste->{syntax} or $paste->{syntax} eq 'plaintext') { %= b(plaintext($paste->{data}));