Sha256: e3108dacb304afc384db2ead19974d2a3be81c1062089770b7418ff04151b190

Contents?: true

Size: 340 Bytes

Versions: 52

Compression:

Stored size: 340 Bytes

Contents

%h1 Editing page

= render 'form'

= link_to 'Show', @page
\|
= link_to 'Back', pages_path

= content_for :sidebar do
  %ul#attachments_list
    %li.sidebar_title Files
    - @page.attachments.each do |attachment|
      = render :partial => "attachments/show", :locals=>{:a=>(@attachment=attachment)}

= render :partial => "control_panel"

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
wheels-0.0.37 app/views/pages/edit.html.haml
wheels-0.0.36 app/views/pages/edit.html.haml
wheels-0.0.35 app/views/pages/edit.html.haml
wheels-0.0.34 app/views/pages/edit.html.haml
wheels-0.0.33 app/views/pages/edit.html.haml
wheels-0.0.32 app/views/pages/edit.html.haml
wheels-0.0.31 app/views/pages/edit.html.haml
wheels-0.0.30 app/views/pages/edit.html.haml
wheels-0.0.29 app/views/pages/edit.html.haml
wheels-0.0.28 app/views/pages/edit.html.haml
wheels-0.0.27 app/views/pages/edit.html.haml
wheels-0.0.26 app/views/pages/edit.html.haml