From 09bbdef0374b39af639845a496a8a8c9a538579e Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Mon, 11 May 2015 01:04:49 +1000 Subject: [PATCH] * fix idents --- templates/imgbin/create.html.ep | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/imgbin/create.html.ep b/templates/imgbin/create.html.ep index 55c4701..0f77ce1 100644 --- a/templates/imgbin/create.html.ep +++ b/templates/imgbin/create.html.ep @@ -7,19 +7,19 @@

Загрузить файл

<%= form_for "/imgbin" => (method => 'POST', enctype => 'multipart/form-data') => begin %> -
- - <%= submit_button l('Upload') %> - - - <%= tag 'label' => (for => 'expire') => l('Keep for') %>: - <%= select_field 'expire' => \@times %> - -
-
-
- <%= file_field 'file', required => 1 %> -
+
+ + <%= submit_button l('Upload') %> + + + <%= tag 'label' => (for => 'expire') => l('Keep for') %>: + <%= select_field 'expire' => \@times %> + +
+
+
+ <%= file_field 'file', required => 1 %> +
<% end %>
% if (my $error = flash 'error') {