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

Version Path
avo-3.14.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.14.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.14.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.14.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.7 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.6 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.13.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.12.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.10 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.9 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.8 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.7 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.6 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.4 app/views/avo/partials/_sortable_component.html.erb