Sha256: d6e2aa04d9fa200b285a60240a869182294605c3e8cd44105df8381839f267ba

Contents?: true

Size: 817 Bytes

Versions: 21

Compression:

Stored size: 817 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 an existing page as a child of current one
      = form_for form_object, :url=>form_url, :remote=>true do |f|
        = select_tag :child_id, options_for_select(to_html_options(Page.orphans))
        = f.submit "Add Child"
    %li
      Set permissions >>
      = link_to 'Edit Access', access_control_entries_path(:resource_class=>"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

21 entries across 21 versions & 1 rubygems

Version Path
wheels-0.0.48 app/views/pages/_control_panel.html.haml
wheels-0.0.47 app/views/pages/_control_panel.html.haml
wheels-0.0.46 app/views/pages/_control_panel.html.haml
wheels-0.0.45 app/views/pages/_control_panel.html.haml
wheels-0.0.44 app/views/pages/_control_panel.html.haml
wheels-0.0.43 app/views/pages/_control_panel.html.haml
wheels-0.0.42 app/views/pages/_control_panel.html.haml
wheels-0.0.41 app/views/pages/_control_panel.html.haml
wheels-0.0.40 app/views/pages/_control_panel.html.haml
wheels-0.0.39 app/views/pages/_control_panel.html.haml
wheels-0.0.38 app/views/pages/_control_panel.html.haml
wheels-0.0.37 app/views/pages/_control_panel.html.haml
wheels-0.0.36 app/views/pages/_control_panel.html.haml
wheels-0.0.35 app/views/pages/_control_panel.html.haml
wheels-0.0.34 app/views/pages/_control_panel.html.haml
wheels-0.0.33 app/views/pages/_control_panel.html.haml
wheels-0.0.32 app/views/pages/_control_panel.html.haml
wheels-0.0.31 app/views/pages/_control_panel.html.haml
wheels-0.0.30 app/views/pages/_control_panel.html.haml
wheels-0.0.29 app/views/pages/_control_panel.html.haml