Sha256: 215e30b0acc7d75da8e5a82c5c96643388c5c656f4b07ad03f9fbe8010a51428

Contents?: true

Size: 580 Bytes

Versions: 6

Compression:

Stored size: 580 Bytes

Contents

- title @news.title
.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

6 entries across 6 versions & 1 rubygems

Version Path
tramway-news-1.0.4.6 app/views/tramway/news/news/show.html.haml
tramway-news-1.0.4.5 app/views/tramway/news/news/show.html.haml
tramway-news-1.0.4.4 app/views/tramway/news/news/show.html.haml
tramway-news-1.0.5 app/views/tramway/news/news/show.html.haml
tramway-news-1.0.4.3 app/views/tramway/news/news/show.html.haml
tramway-news-1.0.4.2 app/views/tramway/news/news/show.html.haml