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.7 app/views/pages/edit.html.haml
wheels-0.1.6 app/views/pages/edit.html.haml
wheels-0.1.5 app/views/pages/edit.html.haml
wheels-0.1.4 app/views/pages/edit.html.haml
wheels-0.1.3 app/views/pages/edit.html.haml
wheels-0.1.2 app/views/pages/edit.html.haml
wheels-0.1.1 app/views/pages/edit.html.haml
wheels-0.1.0 app/views/pages/edit.html.haml
wheels-0.0.49 app/views/pages/edit.html.haml
wheels-0.0.48 app/views/pages/edit.html.haml
wheels-0.0.47 app/views/pages/edit.html.haml
wheels-0.0.46 app/views/pages/edit.html.haml
wheels-0.0.45 app/views/pages/edit.html.haml
wheels-0.0.44 app/views/pages/edit.html.haml
wheels-0.0.43 app/views/pages/edit.html.haml
wheels-0.0.42 app/views/pages/edit.html.haml
wheels-0.0.41 app/views/pages/edit.html.haml
wheels-0.0.40 app/views/pages/edit.html.haml
wheels-0.0.39 app/views/pages/edit.html.haml
wheels-0.0.38 app/views/pages/edit.html.haml