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.11.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.11.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.10 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.9 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.8 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.7 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.6 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.10.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.9.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.9.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.8.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.9.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.8.1 app/views/avo/partials/_sortable_component.html.erb