Sha256: 590a9ccaeca0cb68becf6737b6cd3999b67aa12578367f5970300a340bd6a079

Contents?: true

Size: 596 Bytes

Versions: 4

Compression:

Stored size: 596 Bytes

Contents

%form{ action: '/search', method: 'get'}
  .input-group
    %label.sr-only{ for: 'search_global' } Enter a keyword
    %input{ type: 'search', name: 'q', value: @query_parameter, id: 'search_global', autocomplete: 'off', maxlength: '1000', pattern: '^(?!.*<script|<Script).*$', required: '' }
    %button{ class: 'btn--white', tabindex: '-1', type: 'submit', aria: { label: 'submit search' } }
      = render partial: 'pugin/icons/search'
%a{ href: '/search', class: 'btn--toggle', aria: { label: 'open search' } }
  = render partial: 'pugin/icons/search'
  = render partial: 'pugin/icons/close'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pugin-1.10.5 app/views/pugin/components/_global-search.haml
pugin-1.10.4 app/views/pugin/components/_global-search.haml
pugin-1.10.3 app/views/pugin/components/_global-search.haml
pugin-1.10.2 app/views/pugin/components/_global-search.haml