Sha256: c7c7c4c4eee66e8d7ba7b0ceed90dd2ec7c7f3834765800ff9f26b967bdad56d

Contents?: true

Size: 329 Bytes

Versions: 80

Compression:

Stored size: 329 Bytes

Contents

.rs-news-index
  %h1= t('rs.news')
  - @news.each do |news|
    .rs-news-date= l(news.time.to_date)
    %a.rs-news-title{href: news_path(news)}= news.name
    - if !RocketCMS.config.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

80 entries across 80 versions & 1 rubygems

Version Path
rocket_cms-0.24.0 app/views/news/index.html.haml
rocket_cms-0.22.0 app/views/news/index.html.haml
rocket_cms-0.21.1 app/views/news/index.html.haml
rocket_cms-0.21.0 app/views/news/index.html.haml
rocket_cms-0.20.1 app/views/news/index.html.haml
rocket_cms-0.20.0 app/views/news/index.html.haml
rocket_cms-0.19.8 app/views/news/index.html.haml
rocket_cms-0.19.7 app/views/news/index.html.haml
rocket_cms-0.19.6 app/views/news/index.html.haml
rocket_cms-0.19.4 app/views/news/index.html.haml
rocket_cms-0.19.3 app/views/news/index.html.haml
rocket_cms-0.19.2 app/views/news/index.html.haml
rocket_cms-0.19.1 app/views/news/index.html.haml
rocket_cms-0.19.0 app/views/news/index.html.haml
rocket_cms-0.18.5 app/views/news/index.html.haml
rocket_cms-0.18.4 app/views/news/index.html.haml
rocket_cms-0.18.3 app/views/news/index.html.haml
rocket_cms-0.18.2 app/views/news/index.html.haml
rocket_cms-0.18.1 app/views/news/index.html.haml
rocket_cms-0.18.0 app/views/news/index.html.haml