Sha256: 47f3f4d909d192c43498dbfa854a7212e31211fbde0821b1c7b2ef5e62cab440

Contents?: true

Size: 353 Bytes

Versions: 15

Compression:

Stored size: 353 Bytes

Contents

.rs-news-index
  h1= t('rs.news')
  - @news.each do |news|
    .rs-news-date= l(news.time.to_date)
    = link_to news.name, news, class: "rs-news-title", title: news.name
    - if !RocketCMS.configuration.news_image_styles.nil? && news.image?
      .rs-news-image= image_tag news.image.url(:thumb)
    .rs-news-excerpt== news.excerpt
  = paginate @news

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ack_rocket_cms-0.9.2 app/views/news/index.html.slim
ack_rocket_cms-0.9.1.3 app/views/news/index.html.slim
ack_rocket_cms-0.9.1.2 app/views/news/index.html.slim
ack_rocket_cms-0.9.1.1 app/views/news/index.html.slim
ack_rocket_cms-0.9.1 app/views/news/index.html.slim
ack_rocket_cms-0.9 app/views/news/index.html.slim
ack_rocket_cms-0.8.2 app/views/news/index.html.slim
ack_rocket_cms-0.8.0 app/views/news/index.html.slim
ack_rocket_cms-0.7.7.1 app/views/news/index.html.slim
ack_rocket_cms-0.7.7 app/views/news/index.html.slim
ack_rocket_cms-0.7.6.4 app/views/news/index.html.slim
ack_rocket_cms-0.7.6.3 app/views/news/index.html.slim
ack_rocket_cms-0.7.6.2 app/views/news/index.html.slim
ack_rocket_cms-0.7.6.1 app/views/news/index.html.slim
ack_rocket_cms-0.7.6 app/views/news/index.html.slim