Sha256: 0a56409f687032f784942801bbf4d937a79b463cf7627b19025b08f97c013f2e
Contents?: true
Size: 499 Bytes
Versions: 36
Compression:
Stored size: 499 Bytes
Contents
<div class="search_form"> <%= form_for :manifestations, url: manifestations_path, html: {method: 'get'} do -%> <p> <%= label_tag :query, t('page.search_term') -%>: <%= search_field_tag 'query', nil, class: 'search_form_short', placeholder: t('page.search_term') -%> <%= submit_tag t('page.search') -%><br /> (<%= link_to t('page.advanced_search'), page_advanced_search_path -%>) </p> <%- end -%> </div> <%= javascript_tag("$(function(){$('#query').focus()})") %>
Version data entries
36 entries across 36 versions & 1 rubygems