denny/ShinyCMS-ruby

View on GitHub
plugins/ShinySearch/app/views/shiny_search/search/_form.html.erb

Summary

Maintainability
Test Coverage
<% name ||= 'search_form' %>
<%= form_with name: name, url: shiny_search.search_path, method: :get, local: true do |f| %>
  <%= f.label :query, 'Search', class: 'a11y-hidden' %><%= f.text_field :query %>&nbsp;
  <%= f.submit t( 'shiny_search.search.form.search' ), name: nil, class: 'button' %>
<% end %>