Sha256: 945970d206941ed61bc5fc332facf441adce2397f27167d8ec02c9ecd2013307

Contents?: true

Size: 525 Bytes

Versions: 6

Compression:

Stored size: 525 Bytes

Contents

<% unless curation_concern.new_record? %>
	<div class="row with-headroom">
	  <div class="col-md-12">
	    <fieldset id="set-populate-metadata">
	      <legend>Automatically Populate Metadata</legend>
	      <%= f.input :should_populate_metadata, as: :select, input_html: { class: 'form-control' }, label: 'Populate Metadata from External Metadata File', selected: false, include_blank: true, label_method: lambda { |x| x.label }, collection: external_metadata_file_presenters %>
	    </fieldset>
	  </div>
	</div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
geo_works-0.2.0 app/views/records/edit_fields/_should_populate_metadata.html.erb
geo_works-0.1.4 app/views/records/edit_fields/_should_populate_metadata.html.erb
geo_works-0.1.3 app/views/records/edit_fields/_should_populate_metadata.html.erb
geo_works-0.1.2 app/views/records/edit_fields/_should_populate_metadata.html.erb
geo_works-0.1.1 app/views/records/edit_fields/_should_populate_metadata.html.erb
geo_works-0.1.0 app/views/records/edit_fields/_should_populate_metadata.html.erb