Sha256: 2b804aafff67156d0968ebe5871fdca03f190f405bf115af9e691cc7c89108d7

Contents?: true

Size: 336 Bytes

Versions: 55

Compression:

Stored size: 336 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.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

55 entries across 55 versions & 2 rubygems

Version Path
rocket_cms-0.7.1 app/views/news/index.html.haml
rocket_cms-0.7.0 app/views/news/index.html.haml
rocket_cms-0.6.18 app/views/news/index.html.haml
rocket_cms-0.6.17 app/views/news/index.html.haml
rocket_cms-0.6.16 app/views/news/index.html.haml
ack_rocket_cms-0.7.5.2 app/views/news/index.html.haml
rocket_cms-0.6.15 app/views/news/index.html.haml
rocket_cms-0.6.14 app/views/news/index.html.haml
ack_rocket_cms-0.7.5.1 app/views/news/index.html.haml
rocket_cms-0.6.13 app/views/news/index.html.haml
ack_rocket_cms-0.7.5 app/views/news/index.html.haml
ack_rocket_cms-0.7.4.1 app/views/news/index.html.haml
ack_rocket_cms-0.7.4 app/views/news/index.html.haml
rocket_cms-0.6.12 app/views/news/index.html.haml
ack_rocket_cms-0.7.3 app/views/news/index.html.haml
ack_rocket_cms-0.7.2.4 app/views/news/index.html.haml
ack_rocket_cms-0.7.2.3.2 app/views/news/index.html.haml
ack_rocket_cms-0.7.2.3.1 app/views/news/index.html.haml
ack_rocket_cms-0.7.2.3 app/views/news/index.html.haml
rocket_cms-0.6.11 app/views/news/index.html.haml