Title
<%= f.text_field :sTitle, :class=>"textbox" %>
Description
<%= f.text_area :tDescription, :class=>"textbox" %>
Type
<%= f.select :sType, :class => "textbox" %>
<%= options_for_select ["Artwork", "Engineering"] %>
File Upload
<%= f.submit "Create" %>
<% end %> <%= link_to 'Back', :controller => 'gallery', :action => 'manage' %>