Sha256: 58fe65d359832ff7200a2056d82e82ca5043c90bb73c56bc4901ea7b3a609ded
Contents?: true
Size: 1.95 KB
Versions: 2
Compression:
Stored size: 1.95 KB
Contents
<fieldset class="required"> <legend>Required Information</legend> <div class="row"> <div class="span6"> <%= f.input :title, input_html: { class: 'input-xlarge' } %> <%= f.input :alternate_title, input_html: { class: 'input-xlarge' } %> <%= f.input :abstract, as: :text, input_html: { class: 'input-xxxlarge', rows: '14' } %> </div> <div class="span6"> <%= render partial: 'linked_contributors', locals: {f: f, label: 'Creator'} %> <%= f.input :subject, as: :multi_value, input_html: { class: 'input-xlarge' } %> <%= f.input :country, as: :string, input_html: { class: 'input-xlarge' } %> <%= f.input :advisor, as: :multi_value, input_html: { class: 'input-xlarge' } %> </div> </div> <div class="row"> <div class="span6"> <%= f.input :language, as: :multi_value, input_html: { class: 'input-xlarge' } %> <%= f.input :contributor, as: :multi_value, input_html: { class: 'input-xlarge' } %> <%= f.input :contributor_role, as: :multi_value, input_html: { class: 'input-xlarge' } %> </div> <div class="span6"> <%= f.input :publisher, as: :multi_value, input_html: { class: 'input-xlarge' } %> <%= f.input :coverage_temporal, as: :multi_value, input_html: { class: 'input-xlarge' } %> <%= f.input :coverage_spatial, as: :multi_value, input_html: { class: 'input-xlarge' } %> </div> </div> <div class="row"> <div class="span8"> <%= f.input :date_created, as: :date %> <%= f.input :note, as: :text, input_html: { class: 'input-xxxlarge' } %> </div> </div> <%= render partial: 'on_behalf_of', locals: {f: f} %> </fieldset>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curate-0.5.0 | app/views/curation_concern/etds/_form_metadata.html.erb |
curate-0.4.2 | app/views/curation_concern/etds/_form_metadata.html.erb |