Sha256: cea8bfe822f51862d7807fe7e9fef3799f7d1f3f2a417dcb3be6296e05952e04
Contents?: true
Size: 739 Bytes
Versions: 24
Compression:
Stored size: 739 Bytes
Contents
<%= form_tag search_action_url, method: :get, class: "search-query-form", role: "search" do %> <%= render_hash_as_hidden_fields(search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %> <div class="input-group"> <label class="sr-only" for="search-field-header"><%= t("hyrax.search.form.q.label", application_name: application_name) %></label> <%= 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> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems