Sha256: 64ce67b7f6a6e8c47b5c45bcac237f80a8c508d534a068a3b262c3b068811326

Contents?: true

Size: 520 Bytes

Versions: 10

Compression:

Stored size: 520 Bytes

Contents

<% if curation_concern.persisted? && curation_concern.generic_files.present? %>
  <div class="row">
    <div class="span12">
      <fieldset id="representative-image">
        <legend>
          Assign a Thumbnail
        </legend>
        <p>Select the file whose thumbnail should represent this <%= curation_concern.human_readable_type %>.</p>
        <%= f.select( :representative, Hash[ curation_concern.generic_files.map {|file| [file.title.first, file.pid] } ] ) %>
      </fieldset>
    </div>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.6.5 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.6.4 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.6.3 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.6.1 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.6.0 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.5.6 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.5.5 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.5.4 app/views/curation_concern/base/_form_representative_image.html.erb
curate-0.5.2 app/views/curation_concern/base/_form_representative_image.html.erb