Sha256: fb0e7cc421456f5536eecaeb50c6b26bc623d612f78767af6ed32d19bd8d2b16
Contents?: true
Size: 374 Bytes
Versions: 82
Compression:
Stored size: 374 Bytes
Contents
.search-box %h2= action?('index') ? 'Search Results' : 'Search All Posts' = simple_form_for @search, url: search_index_path, method: :post, html: {class: 'post-search-form'} do |f| = f.input :term, as: :string, label: false, placeholder: 'Enter search term' = f.button :submit, "Search", class: 'btn btn-inverse pull-right', data: {disable_with: 'Searching...'}
Version data entries
82 entries across 42 versions & 1 rubygems