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