Sha256: 64cbbf8268b9dd5cc87f3c64495623861c75696873a8e69b258da14626fb8b72

Contents?: true

Size: 421 Bytes

Versions: 11

Compression:

Stored size: 421 Bytes

Contents

= render :partial => "show"
= render :partial => "child_pages_links"

- if @parent_page
  = content_for :links do
    %li= link_to "< #{@parent_page.title}", @parent_page

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wheels-0.1.9 app/views/pages/show.html.haml
wheels-0.1.8 app/views/pages/show.html.haml
wheels-0.1.7 app/views/pages/show.html.haml
wheels-0.1.6 app/views/pages/show.html.haml
wheels-0.1.5 app/views/pages/show.html.haml
wheels-0.1.4 app/views/pages/show.html.haml
wheels-0.1.3 app/views/pages/show.html.haml
wheels-0.1.2 app/views/pages/show.html.haml
wheels-0.1.1 app/views/pages/show.html.haml
wheels-0.1.0 app/views/pages/show.html.haml
wheels-0.0.49 app/views/pages/show.html.haml