Browse Source

* tune view

master
Alex 'AdUser' Z 6 years ago
parent
commit
58fb9f6467
  1. 1
      templates/zerobin/view.html.ep

1
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 %>
</div>
<br/>
<div class="paste">
% if (not $paste->{syntax} or $paste->{syntax} eq 'plaintext') {
%= b(plaintext($paste->{data}));

Loading…
Cancel
Save