Sha256: c2aa4a0fe59ba29a89082136b876393b594c72503ede3dd9ae2fe0804a0b4426
Contents?: true
Size: 349 Bytes
Versions: 41
Compression:
Stored size: 349 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' %>
Version data entries
41 entries across 41 versions & 1 rubygems