Sha256: 24d89984c8386ffc1878c9e55386ed11517bb41fbb15d206385ee1f0e856a10a

Contents?: true

Size: 585 Bytes

Versions: 2

Compression:

Stored size: 585 Bytes

Contents

<form id="new_contributor" action="<%=url_for(:action=>"create", :controller=>"contributors", :asset_id=>params[:asset_id]) %>" method="post">
  <input class="content_type" type="hidden" name="content_type" value="generic_content" />
  <label for="contributor_type">Contributor Type</label>
  <select id="contributor_type" name="contributor_type">
    <option value="person">Add a Person</option>
    <option value="organization">Add an Organization</option>
    <option value="conference">Add a 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/contributors/_new.html.erb
hydra-head-3.0.0pre1 app/views/contributors/_new.html.erb