_form.html.haml revision 8d11310db06bf951a0df27b17934fd63b3dcc466
= semantic_form_for [parent, request.post? ? resource : Metadatum.new], remote: true do |f|
= f.inputs do
= f.input :key, required: true, :as => :url
= f.input :value, required: true
= f.actions do
= f.action :submit, :button_html => { :disable_with => t(:wait) }