Sha256: 9067c10b6d14067785b671a72239470f784fe2d560f2512e5e6a6c53fecc8742

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

- search_term ||= nil

= choose_database_select
%hr

%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.2 lib/engine/app/views/content/_search_form.haml
redis_monitor-0.1 lib/views/content/_search_form.haml