Sha256: 286e41b45ed02234e0fba6a749a1cb9eda8096f4a8310472c72c5a6bfd09f51b

Contents?: true

Size: 259 Bytes

Versions: 8

Compression:

Stored size: 259 Bytes

Contents

- title "Page"
- if can? :edit, @page
  %p
    = link_to "Edit", edit_page_path(@page)
    |
    = link_to "Destroy", @page, :confirm => 'Are you sure?', :method => :delete
    |
    = link_to "View All", pages_path

%h2
  = @page.title
%p
  = raw @page.body

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
squeezer-0.2.1 app/views/pages/show.html.haml
squeezer-0.2.0 app/views/pages/show.html.haml
squeezer-0.1.11 app/views/pages/show.html.haml
squeezer-0.1.7 app/views/pages/show.html.haml
squeezer-0.1.6 app/views/pages/show.html.haml
squeezer-0.1.5 app/views/pages/show.html.haml
squeezer-0.1.4 app/views/pages/show.html.haml
squeezer-0.1.3 lib/app/views/pages/show.html.haml