Sha256: 6f8c61c728f5d229b224f872695b7ccc7fbbcb3105f69f4556efd792469f7d31

Contents?: true

Size: 424 Bytes

Versions: 30

Compression:

Stored size: 424 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',
  data: {
    tippy: :tooltip,
    tippy_content: sort_tippy_content
  }
%>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.18.1 app/views/avo/partials/_sortable_component.html.erb
avo-3.18.0.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.18.0 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.9.beta2 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.9.beta1 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.9.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.9 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.8.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.8 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.7 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.6.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.6 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.5 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.3 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.5.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.4.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.3.tw4 app/views/avo/partials/_sortable_component.html.erb
avo-3.17.2.tw4 app/views/avo/partials/_sortable_component.html.erb