Sha256: 4fc53b697f1cf7c8e47c270c21864b085007cfc6c1acb276aace67d33cef19b1

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

h1.article-title
  = @article.title
p.lead.article-author
  | by 
  = author @article
hr
p.posted-date
  span.glyphicon.glyphicon-time
  |  Posted on 
  = @article.created_at.strftime(Bigmouth.config.datetime_format)
hr
.article-body
  = sanitize @article.text
= link_to 'Back', articles_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigmouth-0.0.2 app/views/bigmouth/articles/show.html.slim