Sha256: a954b155e2d3f4d8431ff9870455669caa2be2099fec92662bd54444ec06077c

Contents?: true

Size: 318 Bytes

Versions: 7

Compression:

Stored size: 318 Bytes

Contents

= simple_form_for(@tag_search, url: ecm_tags.tag_searchs_path, html: { class: 'navbar-form navbar-left' }) do |f|
  = f.input :tag_list, label: false, placeholder: t('.search')
  - if Ecm::Tags::Configuration.add_submit_button_to_search_box
    = f.button :submit, class: 'btn btn-success', id: 'new_tag_search_submit'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ecm_tags-2.2.1 app/views/ecm/tags/_search_box.haml
ecm_tags-2.2.0 app/views/ecm/tags/_search_box.haml
ecm_tags-2.1.0 app/views/ecm/tags/_search_box.haml
ecm_tags-2.0.2 app/views/ecm/tags/_search_box.haml
ecm_tags-1.0.0 app/views/ecm/tags/_search_box.haml
ecm_tags-0.0.4 app/views/ecm/tags/_search_box.haml
ecm_tags-0.0.3 app/views/ecm/tags/_search_box.haml