Sha256: 7ae5b8610b6d0a9db6455c48721e5f115a78d40a0c86a9731908b29f9302a92e

Contents?: true

Size: 528 Bytes

Versions: 26

Compression:

Stored size: 528 Bytes

Contents

<div class="row">
  <div class="col-md-12">
    <fieldset id="representative-media">
      <legend>
        <%= t("hyrax.base.form_rendering.legend_html") %>
      </legend>
      <div class="form-group">
        <span class="help-block"><%= t("hyrax.base.form_rendering.help_html") %></span>
        <%= f.select :rendering_ids,
                    f.object.select_files,
                    { include_blank: true },
                    { class: 'form-control', multiple: true } %>
      </div>
    </fieldset>
  </div>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.9.5 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.2 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.1 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.0 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.9.4 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.9.3 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.9.2 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.9.1 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.9.0 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.8.0 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.7.2 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.7.1 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.7.0 app/views/hyrax/base/_form_rendering.html.erb
hyrax-2.6.0 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/base/_form_rendering.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/base/_form_rendering.html.erb