Sha256: c00fe2d26636e6e879970f9db32861b3de9586d853e59578377c29ca345ad7ee

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

%h2 Pages
%p
  = link_to 'New root page', new_admin_page_path, :class => 'icon_left add'
  
%ol#page_engine.list{ 'data-href' => sort_admin_pages_path }
  = render @pages[nil] if @pages[nil]
  
%p
  = link_to('Update positions', '#', :id => 'update_page_positions')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
page_engine-0.0.3 app/views/admin/pages/index.html.haml
page_engine-0.0.2 app/views/admin/pages/index.html.haml
page_engine-0.0.1 app/views/admin/pages/index.html.haml