Sha256: cd4c4c1fd0e95cd03e9ba4353d54838408a3337d3812ec0d48edc9f1fba65402

Contents?: true

Size: 814 Bytes

Versions: 3

Compression:

Stored size: 814 Bytes

Contents

<div id="keyword_input" class="form-group newspapers_search_field">
  <label class="control-label col-sm-3" for="q_newspapers">
    <%= t("newspaper_works.newspapers_search.fields.keyword") %>
  </label>
  <div class="col-sm-7">
    <div class="input-group">
      <%= text_field_tag :q, current_search_parameters, class: "q form-control",
                         name: "all_fields", id: "all_fields",
                         placeholder: t("hyrax.search.form.q.placeholder") %>
      <div class="input-group-btn">
        <button type="submit" class="btn btn-primary" id="search-submit-newspapers">
          <%= t('hyrax.search.button.html') %>
        </button>
      </div><!-- /.input-group-btn -->
    </div><!-- /.input-group -->
    <%= render 'front_pages_input' %>
  </div>
</div><!-- /.form-group -->

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newspaper_works-1.0.1 app/views/newspaper_works/newspapers_search/_keyword_input.html.erb
newspaper_works-1.0.0 app/views/newspaper_works/newspapers_search/_keyword_input.html.erb
newspaper_works-0.1.0 app/views/newspaper_works/newspapers_search/_keyword_input.html.erb