Sha256: 6f8c61c728f5d229b224f872695b7ccc7fbbcb3105f69f4556efd792469f7d31
Contents?: true
Size: 424 Bytes
Versions: 30
Compression:
Stored size: 424 Bytes
Contents
<% icon = "avo/selector" if params[:sort_by] == field.id.to_s case params[:sort_direction] when 'asc' icon = "avo/sort-ascending" when 'desc' icon = "avo/sort-descending" end end %> <%= svg icon, class: 'inline-block fill-current text-gray-500 relative leading-none min-w-[1rem] min-h-full ml-1 h-4', data: { tippy: :tooltip, tippy_content: sort_tippy_content } %>
Version data entries
30 entries across 30 versions & 1 rubygems