Sha256: c59155b8235ca41bdd2ba70767bdc24ecd3add4bba1842f18e5493e924280578

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

p#notice
  = notice
h1.article-title
  = @article.title
.posted-date
  = @article.created_at.strftime("%B %d, %Y")
.article
  = sanitize @article.text
p
  strong
    | Author:
  = article_author @article
= link_to 'Edit', edit_article_path(@article)
|  | 
= link_to 'Back', articles_path

Version data entries

1 entries across 1 versions & 1 rubygems

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