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.1.30 app/views/pages/edit.html.haml
wheels-0.1.28 app/views/pages/edit.html.haml
wheels-0.1.27 app/views/pages/edit.html.haml
wheels-0.1.25 app/views/pages/edit.html.haml
wheels-0.1.24 app/views/pages/edit.html.haml
wheels-0.1.23 app/views/pages/edit.html.haml
wheels-0.1.22 app/views/pages/edit.html.haml
wheels-0.1.21 app/views/pages/edit.html.haml
wheels-0.1.20 app/views/pages/edit.html.haml
wheels-0.1.19 app/views/pages/edit.html.haml
wheels-0.1.18 app/views/pages/edit.html.haml
wheels-0.1.17 app/views/pages/edit.html.haml
wheels-0.1.16 app/views/pages/edit.html.haml
wheels-0.1.15 app/views/pages/edit.html.haml
wheels-0.1.14 app/views/pages/edit.html.haml
wheels-0.1.13 app/views/pages/edit.html.haml
wheels-0.1.12 app/views/pages/edit.html.haml
wheels-0.1.10 app/views/pages/edit.html.haml
wheels-0.1.9 app/views/pages/edit.html.haml
wheels-0.1.8 app/views/pages/edit.html.haml