Sha256: 197848de79b4e8fd9074cc8098a50eec7b4fa25cd2905f20bac665462aab2986
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
<% if @column_name %> <th class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 hover:cursor-pointer"> <%= 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"> </th> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tybo-0.3.22 | app/components/tables/active_record_th_component.html.erb |