Sha256: 0f583db4692bdaca401a9dd68b4714b16bc9e5a37ec4ae5b74c832640244b381
Contents?: true
Size: 302 Bytes
Versions: 16
Compression:
Stored size: 302 Bytes
Contents
<div class="nested-fields"> <%= f.select(:classification_type_id, @classification_types.collect{|c| [c.display_name.localize, c.id]}) %> <%= f.text_field :category, class: 'resource_subject' %> <%= link_to_remove_association t('page.remove'), f, data: {confirm: t('page.are_you_sure')} %> </div>
Version data entries
16 entries across 16 versions & 1 rubygems