Sha256: d0c8f9a39b2e5a4a98cdf51fa822de2242a36de04cde7c00704ab93bfb698aad

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

<th <%=column.currently_sorting?(params) ? "class='active'" : ""%> >
  <% if column.sortable? %>
    <%= render_component column, :sort %>
  <% else %>
    <%= column.title %>
  <% end %>
</th>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lolita-3.1.6 app/views/components/lolita/configuration/column/_header.html.erb
lolita-3.1.5 app/views/components/lolita/configuration/column/_header.html.erb
lolita-3.1.4 app/views/components/lolita/configuration/column/_header.html.erb