Sha256: a35e5a449ffe8799b0b608bc8d562bfb9c36e1fca8ab623b47249b4d621b2a9e

Contents?: true

Size: 575 Bytes

Versions: 29

Compression:

Stored size: 575 Bytes

Contents


= content_for :sidebar do
  %ul
    %li.sidebar_title Control Panel
    %li
      Upload a file to this page.
      = render :partial=>'attachments/form'
    %li
      Set permissions >>
      = link_to 'Edit Access', access_control_entries_path(:resource_type=>"Page", :resource_id=>@page.id), |
      :confirm => "Are you sure?  Any unsaved changes on this page should be saved before leaving."
    %li= link_to 'New Page as child', new_page_path(:page_id=>@page.id), |
      :confirm => "Are you sure?  Any unsaved changes on this page should be saved before leaving."

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/pages/_control_panel.html.haml
wheels-0.1.28 app/views/pages/_control_panel.html.haml
wheels-0.1.27 app/views/pages/_control_panel.html.haml
wheels-0.1.25 app/views/pages/_control_panel.html.haml
wheels-0.1.24 app/views/pages/_control_panel.html.haml
wheels-0.1.23 app/views/pages/_control_panel.html.haml
wheels-0.1.22 app/views/pages/_control_panel.html.haml
wheels-0.1.21 app/views/pages/_control_panel.html.haml
wheels-0.1.20 app/views/pages/_control_panel.html.haml
wheels-0.1.19 app/views/pages/_control_panel.html.haml
wheels-0.1.18 app/views/pages/_control_panel.html.haml
wheels-0.1.17 app/views/pages/_control_panel.html.haml
wheels-0.1.16 app/views/pages/_control_panel.html.haml
wheels-0.1.15 app/views/pages/_control_panel.html.haml
wheels-0.1.14 app/views/pages/_control_panel.html.haml
wheels-0.1.13 app/views/pages/_control_panel.html.haml
wheels-0.1.12 app/views/pages/_control_panel.html.haml
wheels-0.1.10 app/views/pages/_control_panel.html.haml
wheels-0.1.9 app/views/pages/_control_panel.html.haml
wheels-0.1.8 app/views/pages/_control_panel.html.haml