Sha256: 4a93731b32c740ac1ddb5f0b90de462550245d252a95007a4267435623b24f6e
Contents?: true
Size: 543 Bytes
Versions: 59
Compression:
Stored size: 543 Bytes
Contents
<%= form_tag(url_for(:controller=>"contributors",:action=>"update", :id=>params[:id])) do -%> <fieldset id="contributors_fields"> <legend>Authors</legend> <p class="legend-caption">An individual or organizational author of work.</p> <%= render "contributors/index" %> <%= hidden_field_tag(:wf_step, params[:wf_step]) %> <%= hidden_field_tag(:content_type,"generic_content") %> <%= submit_tag("Add Another Author", :name=>"add_another_author") %> <%= submit_tag(submit_name, :name=>"continue") %> </fieldset> <%- end -%>
Version data entries
59 entries across 59 versions & 2 rubygems