Sha256: 9c0fc9a0ba53d2b7fbc6a64f4a4f26a9d54470af56bff8c7ed29ff9d7ae45fc9
Contents?: true
Size: 397 Bytes
Versions: 16
Compression:
Stored size: 397 Bytes
Contents
<div class="nested-fields"> <%= f.select(:subject_heading_type_id, @subject_heading_types.collect{|s| [s.display_name.localize, s.id]}) %> <%= f.text_field :term, class: 'resource_subject' %> <%= f.select(:subject_type_id, @subject_types.collect{|s| [s.display_name.localize, s.id]}) %> <%= 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