Sha256: 1d51411f74f7774a8a6a57b150f6b09085927da5edadf904d471effcc804671a

Contents?: true

Size: 572 Bytes

Versions: 2

Compression:

Stored size: 572 Bytes

Contents

<form id="new_contributor" :action=>"http://localhost:3000/assets/#{params[:asset_id]}! /contributors", :method=>"post">
  <input class="content_type" :type=>"hidden", :name=>"content_type", :value=>params[:content_type] />
  <label :for=>"contributor_type">Contributor Type</label>
  <select id="contributor_type" :name=>"contributor_type">
    <option :value=>"person">Person</option>
    <option :value=>"organization">Organization</option>
    <option :value=>"conference">Conference</option>
  </select>
  <input :type=>"submit", :value=>"Add Contributor" />
</form>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hydra-head-3.0.0pre2 app/views/generic_content_objects/contributors/_new.html.erb
hydra-head-3.0.0pre1 app/views/generic_content_objects/contributors/_new.html.erb