Sha256: c2aa4a0fe59ba29a89082136b876393b594c72503ede3dd9ae2fe0804a0b4426

Contents?: true

Size: 349 Bytes

Versions: 52

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

52 entries across 52 versions & 1 rubygems

Version Path
avo-3.16.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.7 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.6 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.15.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.14.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.14.4 app/views/avo/partials/_sortable_component.html.erb
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