Sha256: 4ba49cc04687359767f2bd095c0adabe17807f131b42f05522e1f44a1d366fb2

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 Bytes

Contents

<div class="search">
	<p><%= t("table.search.title") %></p>
	<%= form_tag request.fullpath, method: :get, remote: true do %>
		<%= hidden_field_tag :table, presenter.table_name %>
		<%= hidden_field_tag :buttons, presenter.instance_variable_get(:@buttons) %>
		<%= search_field_tag :query, params[:query] %>
		<%= submit_tag t("table.search.submit") %>
	<% end %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
snaptable-2.2.4 app/views/snaptable/_search_field.html.erb
snaptable-2.2.3 app/views/snaptable/_search_field.html.erb
snaptable-2.2.2 app/views/snaptable/_search_field.html.erb
snaptable-2.2.1 app/views/snaptable/_search_field.html.erb