From 21cd27c6d3bd7f5f4243cc6e8c80b201ad5fd654 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 19 Feb 2009 14:42:14 -0300 Subject: [PATCH] ActionItem774: making the file upload fields wider --- app/views/cms/_upload_file.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cms/_upload_file.rhtml b/app/views/cms/_upload_file.rhtml index f0018f4..c46f0a7 100644 --- a/app/views/cms/_upload_file.rhtml +++ b/app/views/cms/_upload_file.rhtml @@ -1 +1 @@ -

<%= file_field_tag('uploaded_files[]') %>

+

<%= file_field_tag('uploaded_files[]', :size => 50) %>

-- libgit2 0.21.2