Sha256: e1a630ee5c14247692997efd1c76cda6e66bf814f6dab305866a3721ea40509c

Contents?: true

Size: 295 Bytes

Versions: 7

Compression:

Stored size: 295 Bytes

Contents

.rs-news-show
  %h1.rs-news-title= @news.name
  .rs-news-date= @news.time.strftime('%Y-%m-%d')
  .rs-news-text = @news.excerpt
  - unless RocketCMS.configuration.news_image_styles.nil?
    .rs-news-image= image_tag @news.image.url(:full)
  .rs-news-content
    = render 'shared/obj', obj: @news

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rocket_cms-0.5.0.rc.5 app/views/news/show.html.haml
rocket_cms-0.5.0.rc.4 app/views/news/show.html.haml
rocket_cms-0.4.2 app/views/news/show.html.haml
rocket_cms-0.3.2 app/views/news/show.html.haml
rocket_cms-0.2.12 app/views/news/show.html.haml
rocket_cms-0.2.10 app/views/news/show.html.haml
rocket_cms-0.1.13 app/views/news/show.html.haml