Sha256: 9d100878675a4f9c33c3d954b40a01dac83ea7f5c5963529cf8e566f7214a507
Contents?: true
Size: 663 Bytes
Versions: 5
Compression:
Stored size: 663 Bytes
Contents
- title @news.title = content_for :head_content do = stylesheet_link_tag 'tramway/news/application' .container .row .col-md-12 .view.hm-white-slight{ style: "background-image: url('#{@news.photo.url}'); height: 60vh" } .container-fluid.full-bg-img.d-flex.align-items-center.justify-content-center .row.d-flex.justify-content-center .col-md-10.text-center %h4.display-3.font-bold.white-text.mb-2 = @news.title .row .col-md-12.text-left.mt-1 %h5 = @author.short_name = @news.created_at.strftime('%d.%m.%Y') .row .col-md-12.excerpt.mt-1 != @news.body
Version data entries
5 entries across 5 versions & 1 rubygems