MiraitSystems/enju_trunk

View on GitHub
app/views/page/_position.html.erb

Summary

Maintainability
Test Coverage
<%= object.first? ? image_tag('icons/cross.png', :size => '16x16', :title => t('tooltip.unavailable')) : link_to(image_tag('icons/arrow_up.png', :size => '16x16', :alt => t('page.asc'), :title => t('tooltip.asc')), {:action => 'update', :move => 'higher', :id => object.id}, :method => :put) -%>
<%= object.last? ? image_tag('icons/cross.png', :size => '16x16', :title => t('tooltip.unavailable')) : link_to(image_tag('icons/arrow_down.png', :size => '16x16', :alt => t('page.desc'), :title => t('tooltip.desc')), {:action => 'update', :move => 'lower', :id => object.id}, :method => :put) -%>