Sha256: 532dcd245f2d5446ec75e8cc301a8ffe40ca7ccda3ec9ec120b24108a7b6b035

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

<div class="order">
  <%= link_to(
      I18n.t("datagrid.table.order.asc").html_safe,
      datagrid_order_path(grid, column, false),
      :class => "asc") %>
  <%= link_to(
      I18n.t("datagrid.table.order.desc").html_safe,
      datagrid_order_path(grid, column, true),
      :class => "desc") %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
datagrid-1.7.0 app/views/datagrid/_order_for.html.erb
datagrid-1.6.3 app/views/datagrid/_order_for.html.erb
datagrid-1.6.2 app/views/datagrid/_order_for.html.erb
datagrid-1.6.1 app/views/datagrid/_order_for.html.erb
datagrid-1.6.0 app/views/datagrid/_order_for.html.erb
datagrid-1.5.9 app/views/datagrid/_order_for.html.erb
datagrid-1.5.8 app/views/datagrid/_order_for.html.erb
datagrid-1.5.7 app/views/datagrid/_order_for.html.erb
datagrid-1.5.6 app/views/datagrid/_order_for.html.erb
datagrid-1.5.5 app/views/datagrid/_order_for.html.erb