Commit 21cd27c6d3bd7f5f4243cc6e8c80b201ad5fd654

Authored by Antonio Terceiro
1 parent 15390f79

ActionItem774: making the file upload fields wider

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/cms/_upload_file.rhtml
1   -<p><%= file_field_tag('uploaded_files[]') %></p>
  1 +<p><%= file_field_tag('uploaded_files[]', :size => 50) %></p>
... ...