Sha256: 8c29aa839e3565f8432c82d0a0c97b82cc7a2f31f0991dd5b7d0edc9f99ed964

Contents?: true

Size: 574 Bytes

Versions: 5

Compression:

Stored size: 574 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', aria: { label: 'open search' } }
  = render partial: 'pugin/icons/search'
  = render partial: 'pugin/icons/close'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pugin-1.10.10 app/views/pugin/components/_global-search.haml
pugin-1.10.9 app/views/pugin/components/_global-search.haml
pugin-1.10.8 app/views/pugin/components/_global-search.haml
pugin-1.10.7 app/views/pugin/components/_global-search.haml
pugin-1.10.6 app/views/pugin/components/_global-search.haml