Sha256: 6fddd21e4828d59388473e106bbc2fb157b234330ea9e789929f0455579626ea

Contents?: true

Size: 370 Bytes

Versions: 7

Compression:

Stored size: 370 Bytes

Contents

      <div class="form-group">
        <%= f.label :resource_type, "Resource Types", for: "resource_type" %>
        <p class="help-block">You may select multiple types to apply<p>
        <%= f.select :resource_type, options_for_select(Sufia.config.resource_types.keys), {},
          {multiple: true, size: 7} %>
        <%= help_icon(:resource_type) %>
      </div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sufia-4.3.1 app/views/records/edit_fields/_type.html.erb
sufia-6.0.0.beta1 app/views/records/edit_fields/_type.html.erb
sufia-4.2.0 app/views/records/edit_fields/_type.html.erb
sufia-4.1.0 app/views/records/edit_fields/_type.html.erb
sufia-4.0.1 app/views/records/edit_fields/_type.html.erb
sufia-4.0.0 app/views/records/edit_fields/_type.html.erb
sufia-4.0.0.rc2 app/views/records/edit_fields/_type.html.erb