Sha256: 7401402f5c53bbde993f48ade787364746f4ee8cb6681d1c9be647301a9284b7

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

- if @page
  = render @page
  - if @page.meta_info
    - content_for :title, @page.meta_info.title
    - content_for :meta_description, @page.meta_info.description
    - content_for :meta_keywords, @page.meta_info.keywords

- else
  = I18n.t('page_not_found').capitalize

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forgeos_cms-1.9.4 app/views/pages/show.html.haml
forgeos_cms-1.9.2 app/views/pages/show.html.haml
forgeos_cms-1.9.1 app/views/pages/show.html.haml
forgeos_cms-1.9.0 app/views/pages/show.html.haml