Sha256: 3f73b61c5f102e44cc8c5a244549804a8a8625c0b8d84cd1ffde2aa7d0e3117c
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rocket_cms-0.5.1 | app/views/news/show.html.haml |
rocket_cms-0.5.0 | app/views/news/show.html.haml |