Sha256: 94687809fc4e06005f23dc756cf255045d9207ffeec25163c32aee2a9cb5d8d4
Contents?: true
Size: 337 Bytes
Versions: 275
Compression:
Stored size: 337 Bytes
Contents
<% icon = 'selector' if params[:sort_by] == field.id.to_s case params[:sort_direction] when 'asc' icon = 'sort-ascending' when 'desc' icon = '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
275 entries across 275 versions & 1 rubygems