Sha256: 8710b16072f1baac35b6085b5093dca581df4cb318274fcf65261f4ca9cfa480

Contents?: true

Size: 676 Bytes

Versions: 12

Compression:

Stored size: 676 Bytes

Contents

- unless simple
  %td.order
    - if level > 0
      = link_to(image_tag("admin/move_to_top.png", :alt => "Move To Top"),
      admin_page_page_move_to_top_url(page.id), {:id => page, :method => :post})
      = link_to(image_tag("admin/move_higher.png", :alt => "Move Higher"),
      admin_page_page_move_higher_url(page.id), {:id => page, :method => :post})
      = link_to(image_tag("admin/move_lower.png", :alt => "Move Lower"),
      admin_page_page_move_lower_url(page.id), {:id => page, :method => :post})
      = link_to(image_tag("admin/move_to_bottom.png", :alt => "Move To Bottom"),
      admin_page_page_move_to_bottom_url(page.id), {:id => page, :method => :post})

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
trusty-reorder-extension-2.0.6 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-2.0.5 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-2.0.4 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-2.0.3 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-2.0.2 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-2.0.1.pre.beta app/views/admin/pages/_order.html.haml
trusty-reorder-extension-2.0.0.pre.beta app/views/admin/pages/_order.html.haml
trusty-reorder-extension-1.1.0 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-1.0.3 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-1.0.2 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-1.0.1 app/views/admin/pages/_order.html.haml
trusty-reorder-extension-1.0.0 app/views/admin/pages/_order.html.haml