Sha256: b2e11e186012878a62463e5a40a659f6ffb76549e56ff13b080a9c8d3e08a0bc

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

- search_term ||= nil

%form{action: '/content/search', method: 'get', style: 'margin-top: 5px'}
  .form-group
    %label{for: 'input_key'}
      Introduce search terms (wildcards allowed)
    %input.form-control{type: 'text', id: 'input_key', name: 'key', placeholder: 'Search terms', value: search_term}
  .form-group
    %button.btn.btn-default{type: 'submit'}
      Search

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis_monitor-0.0.6 lib/views/content/_search_form.haml
redis_monitor-0.0.5 lib/views/content/_search_form.haml