diff --git a/app/views/uploads/new.html.erb b/app/views/uploads/new.html.erb index 564249a78..9b9d412e2 100644 --- a/app/views/uploads/new.html.erb +++ b/app/views/uploads/new.html.erb @@ -13,6 +13,15 @@ <%= error_messages_for "upload" %> <%= form_for(@upload, :html => {:multipart => true, :class => "simple_form", :id => 'form'}) do |f| %> + <% if CurrentUser.is_contributor? %> +
+ +
+ <% end %> +
<%= f.label :file %> <%= f.file_field :file, :size => 50 %> @@ -57,15 +66,6 @@ <%= button_tag "Copyrights", :id => "related-copyrights-button", :type => "button" %>
- <% if CurrentUser.is_contributor? %> -
- -
- <% end %> -
<%= submit_tag "Submit", :class => "large" %>