Sha256: ec02524e47111e21db1104eedc3898e9dc987daeec8d55e81121d5bf964c4985

Contents?: true

Size: 643 Bytes

Versions: 8

Compression:

Stored size: 643 Bytes

Contents

.search__global
  %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', maxlength: '1000', pattern: '^(?!.*<script|<Script).*$', required: '' }
      %button{ class: 'btn--white', tabindex: '-1', type: 'submit', aria: { label: 'submit search'}, data: { tracking: 'search' } }
        = render partial: 'pugin/icons/search'
  %a{ href: '#', class: 'search__global__toggle', aria: { label: 'open search' } }
    = render partial: 'pugin/icons/search'
    = render partial: 'pugin/icons/close'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pugin-1.6.15 app/views/pugin/components/_global-search.haml
pugin-1.6.14 app/views/pugin/components/_global-search.haml
pugin-1.6.13 app/views/pugin/components/_global-search.haml
pugin-1.6.12 app/views/pugin/components/_global-search.haml
pugin-1.6.11 app/views/pugin/components/_global-search.haml
pugin-1.6.10 app/views/pugin/components/_global-search.haml
pugin-1.6.9 app/views/pugin/components/_global-search.haml
pugin-1.6.8 app/views/pugin/components/_global-search.haml