Sha256: 0bc5cbd5cb3bcfd380fcf9291311017a78900d7de99cb0bc8e508669fa10216f
Contents?: true
Size: 890 Bytes
Versions: 38
Compression:
Stored size: 890 Bytes
Contents
<%= form_tag search_action_url, method: :get, class: "search-query-form form-horizontal search-form", role: "search" do %> <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %> <div class="form-group"> <label class="control-label col-sm-3" for="search-field-header"> <%= t("hyrax.search.form.q.label", application_name: application_name) %> </label> <div class="input-group"> <%= text_field_tag :q, current_search_parameters , class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %> <div class="input-group-btn"> <button type="submit" class="btn btn-primary" id="search-submit-header"> <%= t('hyrax.search.button.html') %> </button> </div> </div><!-- /.input-group --> </div><!-- /.form-group --> <% end %>
Version data entries
38 entries across 38 versions & 1 rubygems