From 417ff99c4cacdbbfce792a461c2043f39bdad8fd Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sat, 16 Jun 2018 21:54:02 +1000 Subject: [PATCH] * move submit button --- templates/zerobin/create.html.ep | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/zerobin/create.html.ep b/templates/zerobin/create.html.ep index e0f5165..a43eac0 100644 --- a/templates/zerobin/create.html.ep +++ b/templates/zerobin/create.html.ep @@ -10,9 +10,6 @@
<%= form_for "/zerobin" => (method => 'POST', enctype => "multipart/form-data") => begin %>
- - <%= submit_button l('Save') %>  - <%= tag 'label' => (for => 'expire') => l('Keep for') %>: <%= select_field 'expire' => \@times %>  @@ -30,6 +27,7 @@
<%= tag 'textarea' => (placeholder => l('Paste your text here'), %opts) => '' %>
+

<%= submit_button l('Save') %>

<% end %>
% my $result = (flash 'result') || '';