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

Version Path
avo-2.53.0 app/views/avo/partials/_sortable_component.html.erb
avo-2.52.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.6.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.6.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.6.2 app/views/avo/partials/_sortable_component.html.erb
avo-2.49.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.6.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.6.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.8 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.7 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.6 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.6.beta1 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.2 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.5.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.4.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.4.3 app/views/avo/partials/_sortable_component.html.erb