Sha256: ba0c50314321b05b6fb38e0889846cf699ededa205c3ddd7a39388f145f7165f
Contents?: true
Size: 463 Bytes
Versions: 14
Compression:
Stored size: 463 Bytes
Contents
<%= object.first? ? image_tag('icons/stop.png', :size => '16x16') : link_to(image_tag('icons/arrow_up.png', :size => '16x16', :alt => t('page.asc')), {:action => 'update', :move => 'higher', :id => object.id}, :method => :put) -%> <%= object.last? ? image_tag('icons/stop.png', :size => '16x16') : link_to(image_tag('icons/arrow_down.png', :size => '16x16', :alt => t('page.desc')), {:action => 'update', :move => 'lower', :id => object.id}, :method => :put) -%>
Version data entries
14 entries across 14 versions & 1 rubygems