<% if curation_concern.persisted? && curation_concern.generic_files.present? %>
Assign a Thumbnail

Select the file whose thumbnail should represent this <%= curation_concern.human_readable_type %>.

<%= f.select( :representative, Hash[ curation_concern.generic_files.map {|file| [file.title.first, file.id] } ],{}, { class: 'form-control' } ) %>
<% end %>