Sha256: 8b6aa8c922ed2e7ed80be395dcf70745fa7c4dda1fffac189365c5039cfa895f

Contents?: true

Size: 649 Bytes

Versions: 28

Compression:

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
pugin-1.10.1 app/views/pugin/components/_global-search.haml
pugin-1.10.0 app/views/pugin/components/_global-search.haml
pugin-1.9.7 app/views/pugin/components/_global-search.haml
pugin-1.9.6 app/views/pugin/components/_global-search.haml
pugin-1.9.5 app/views/pugin/components/_global-search.haml
pugin-1.9.4 app/views/pugin/components/_global-search.haml
pugin-1.9.3 app/views/pugin/components/_global-search.haml
pugin-1.9.2 app/views/pugin/components/_global-search.haml
pugin-1.9.1 app/views/pugin/components/_global-search.haml
pugin-1.9.0 app/views/pugin/components/_global-search.haml
pugin-1.8.9 app/views/pugin/components/_global-search.haml
pugin-1.8.8 app/views/pugin/components/_global-search.haml
pugin-1.8.7 app/views/pugin/components/_global-search.haml
pugin-1.8.6 app/views/pugin/components/_global-search.haml
pugin-1.8.5 app/views/pugin/components/_global-search.haml
pugin-1.8.4 app/views/pugin/components/_global-search.haml
pugin-1.8.3 app/views/pugin/components/_global-search.haml
pugin-1.8.2 app/views/pugin/components/_global-search.haml
pugin-1.8.0 app/views/pugin/components/_global-search.haml
pugin-1.7.0 app/views/pugin/components/_global-search.haml