Sha256: e6d79eaf0a344863419137ab2249b03b64b423e8e6e97b9a350e35c900fc68e2

Contents?: true

Size: 319 Bytes

Versions: 19

Compression:

Stored size: 319 Bytes

Contents

<%
  placeholder ||= "Filter table"
  colspan ||= 100
  filter_id ||= SecureRandom.uuid
%>
<tr class="if-no-js-hide table-header-secondary">
  <td colspan="<%= colspan %>">
  <%=
    render partial: 'govuk_admin_template/table_filter_form', locals: { placeholder: placeholder, filter_id: filter_id }
  %>
  </td>
</tr>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
govuk_admin_template-7.0.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.11.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.10.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.9.2 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.9.1 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.9.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.8.1 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.8.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.7.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.6.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.5.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.4.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.3.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.2.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.1.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-6.0.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-5.0.1 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-5.0.0 app/views/govuk_admin_template/_table_filter.html.erb
govuk_admin_template-4.4.2 app/views/govuk_admin_template/_table_filter.html.erb