.paper-panel.rcms-tidings-show-content

a href=rcms_tidings_path
  i.fa.fa-caret-left.l
  | все новости
.clearfix
.row
  .col-sm-3
    .image-row
      img.img-responsive src=@resource.image.url
  .col-sm-9
    h2.t-only.pull-left
      = @resource.title
    time.pull-right
      small
        = l(@resource.created_at, format: :short)
    .clearfix
    div
      == @resource.text
.clearfix