Sha256: 17f0270878d5c19b5bbf8ea46554ee2b58cfd4c8c711bb8c75093bfc0a4eb301

Contents?: true

Size: 393 Bytes

Versions: 10

Compression:

Stored size: 393 Bytes

Contents

<li class="search_form">
  <%= form_tag messageboard_topics_path(messageboard), method: 'get' do %>
    <%= label :q, :search, 'Search', for: 'q', class: 'show-for-small',
      data: {toggle: '#q'} %>
    <%= text_field_tag(:q, params[:q],
      { placeholder: 'Search Topics and Posts', type: 'search', class: 'input-search' }) %>
    <%= submit_tag('Search', name: '') %>
  <% end %>
</li>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.0.12 app/views/thredded/search/_form.html.erb
thredded-0.0.10 app/views/thredded/search/_form.html.erb
thredded-0.0.9 app/views/thredded/search/_form.html.erb
thredded-0.0.8 app/views/thredded/search/_form.html.erb
thredded-0.0.7 app/views/thredded/search/_form.html.erb
thredded-0.0.6 app/views/thredded/search/_form.html.erb
thredded-0.0.5 app/views/thredded/search/_form.html.erb
thredded-0.0.4 app/views/thredded/search/_form.html.erb
thredded-0.0.3 app/views/thredded/search/_form.html.erb
thredded-0.0.1 app/views/thredded/search/_form.html.erb