new.html.haml revision f09f213473bc50378e9630c851e7ab4c1db07d1b
%h2= @page_title = "Create an ontology"
= semantic_form_for resource do |f|
= f.semantic_fields_for :versions, resource.versions.first do |vf|
= f.inputs do
= vf.input :raw_file, :as => :file
%li - OR -
= vf.input :source_url, :as => :url
= f.inputs :uri, :name, :description
= f.actions do
= f.action :submit, :button_html => { 'data-disable-with' => t(:wait) }