Sha256: bce598a4a119d6a9dd150989d24000dd15ffa9da7ea6d93409f61e124895276a

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

<% if @column_name %>
  <th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 hover:cursor-pointer whitespace-nowrap">
    <%= sort_link(@q, @column_name,  @label, default_order: :asc) %>
  </th>
<% else %>
  <th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 whitespace-nowrap">
  </th>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tybo-0.4.1 app/components/tables/active_record_th_component.html.erb
tybo-0.4.0 app/components/tables/active_record_th_component.html.erb
tybo-0.3.26 app/components/tables/active_record_th_component.html.erb
tybo-0.3.24 app/components/tables/active_record_th_component.html.erb
tybo-0.3.23 app/components/tables/active_record_th_component.html.erb