Sha256: 36dd16baab07bbcc1d76b16f88fc2c4707097fd616a41205d6e8cf7016089e5d
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
<%= form_tag(search_path, method: :get, id:'search', role: 'form', class: 'mb-4') do |f| %> <% Iqvoc.search_sections.each do |section| %> <%= render "search_results/sections/#{section}" %> <% end %> <hr /> <%= submit_tag t('txt.views.search_results.submit'), :class => 'btn btn-primary' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iqvoc-4.13.2 | app/views/search_results/_form.html.erb |
iqvoc-4.13.0 | app/views/search_results/_form.html.erb |