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.7 app/views/pages/_control_panel.html.haml
wheels-0.1.6 app/views/pages/_control_panel.html.haml
wheels-0.1.5 app/views/pages/_control_panel.html.haml
wheels-0.1.4 app/views/pages/_control_panel.html.haml
wheels-0.1.3 app/views/pages/_control_panel.html.haml
wheels-0.1.2 app/views/pages/_control_panel.html.haml
wheels-0.1.1 app/views/pages/_control_panel.html.haml
wheels-0.1.0 app/views/pages/_control_panel.html.haml
wheels-0.0.49 app/views/pages/_control_panel.html.haml