Sha256: 221e47ddd85b820e372c158ffc02c807822d47b32dbfd105383a6348d9222272
Contents?: true
Size: 691 Bytes
Versions: 3
Compression:
Stored size: 691 Bytes
Contents
<%= tag.section(**html_attributes) do %> <% if collection.errors.any? %> <header> <% collection.errors.each do |error| %> <div class="error <%= error.type %>"><%= error.message %></div> <% end %> </header> <% end %> <div class="content"> <% if suggestions? %> <h4><%= t(".suggestions_title") %></h4> <ul> <% suggestions.each do |suggestion| %> <%= render suggestion %> <% end %> </ul> <% end %> </div> <footer> <% if footer? %> <%= footer %> <% else %> <a href="https://katalyst.github.io/tables/users/queries" target="_blank">Search syntax</a> <% end %> </footer> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems