new.html.haml revision c089c2e01fd049de4c25af718af1a26b8846c890
%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_uri, :as => :url
= f.inputs :uri, :logic, :name, :description
= f.actions do
= f.action :submit, :button_html => { :disable_with => t(:wait) }