mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-28 20:55:23 +08:00
9 lines
389 B
Plaintext
9 lines
389 B
Plaintext
.panel
|
|
.panel-body
|
|
= form_tag search_topics_path, method: 'get', class: 'search-form', data: { behaviors: 'turboform' } do
|
|
.input-group
|
|
= text_field_tag :q, params[:q], class: 'form-control', tabIndex: 1, autocomplete: 'off', autofocus: params[:q].present?
|
|
.input-group-btn
|
|
button.btn.btn-default type='submit' tabIndex="2"
|
|
i.fa.fa-search
|