Sha256: 9b3c0baa085e0c6d2076b99592279a286519bf37f163b33d9030d5615f98006f

Contents?: true

Size: 442 Bytes

Versions: 11

Compression:

Stored size: 442 Bytes

Contents

- @page_title = @page.breadcrumb.reverse.map(&:title).join(" - ")

= documentation_breadcrumb_for @page

%section.page
  - if @page.preview_path
    %p.previewLink= link_to t('.view_in_website'), @page.preview_path, :class => 'button preview'

  %h1= @page.title
  %p.updated= t('.last_updated', :timestamp => @page.updated_at.to_s(:long))
  .documentationMarkdown
    ~ preserve(documentation_content_for(@page))

  = render 'admin_buttons'

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
documentation-1.0.9 app/views/documentation/pages/show.html.haml
documentation-1.0.8 app/views/documentation/pages/show.html.haml
documentation-1.0.7 app/views/documentation/pages/show.html.haml
documentation-1.0.6 app/views/documentation/pages/show.html.haml
local_documentation-1.0.0 app/views/documentation/pages/show.html.haml
documentation-1.0.5 app/views/documentation/pages/show.html.haml
documentation-1.0.4 app/views/documentation/pages/show.html.haml
documentation-1.0.3 app/views/documentation/pages/show.html.haml
documentation-1.0.2 app/views/documentation/pages/show.html.haml
documentation-1.0.1 app/views/documentation/pages/show.html.haml
documentation-1.0.0 app/views/documentation/pages/show.html.haml