Sha256: d642d8205e0efae88485af15814eaf6ae9f57e80b479f6640dbb8eb8225e905a

Contents?: true

Size: 600 Bytes

Versions: 39

Compression:

Stored size: 600 Bytes

Contents

<%= form_tag url_for(:action=>"create", :controller=>"contributors", :asset_id=>params[:asset_id]), :id=>"new_contributor"  "accept-charset"=>"utf-8" do %>
  <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" />
<% end %>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
hydra-head-4.1.3 app/views/contributors/_new.html.erb
hydra-head-4.1.2 app/views/contributors/_new.html.erb
hydra-head-4.1.1 app/views/contributors/_new.html.erb
hydra-head-4.1.0 app/views/contributors/_new.html.erb
hydra-head-4.0.3 app/views/contributors/_new.html.erb
hydra-head-4.0.2 app/views/contributors/_new.html.erb
hydra-head-4.0.1 app/views/contributors/_new.html.erb
hydra-head-4.0.0 app/views/contributors/_new.html.erb
hydra-head-4.0.0.rc6 app/views/contributors/_new.html.erb
hydra-head-4.0.0.rc5 app/views/contributors/_new.html.erb
hydra-head-4.0.0.rc4 app/views/contributors/_new.html.erb
hydra-head-4.0.0.rc3 app/views/contributors/_new.html.erb
hydra-head-4.0.0.rc2 app/views/contributors/_new.html.erb
hydra-head-3.3.0 app/views/contributors/_new.html.erb
hydra-head-3.2.2 app/views/contributors/_new.html.erb
hydra-head-3.2.1 app/views/contributors/_new.html.erb
hydra-head-3.2.0 app/views/contributors/_new.html.erb
hydra-head-3.2.0.pre3 app/views/contributors/_new.html.erb
hydra-head-3.2.0.pre2 app/views/contributors/_new.html.erb
hydra-head-3.2.0.pre1 app/views/contributors/_new.html.erb