Sha256: 4ce3615dc4743eaa7c238f67eddcf5a267657069c99bea986804053fbbffe9cc

Contents?: true

Size: 223 Bytes

Versions: 6

Compression:

Stored size: 223 Bytes

Contents

%h1
  = @article.title

- @article.tags.each do |tag|
  = link_to tag, articles_path(search: tag), class: 'btn btn-default btn-xs'
= @article.created_at.strftime("%B %d")

<hr>
%div.content
  = raw @article.content_rendered

Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
pages_cms-0.1.1 app/views/pages_cms/articles/show.html.haml
pages_cms-0.1.1 test/dummy/app/views/pages_cms/articles/show.html.haml
pages_cms-0.1.0 app/views/pages_cms/articles/show.html.haml
pages_cms-0.0.3 app/views/pages_cms/articles/show.html.haml
pages_cms-0.0.2 app/views/pages_cms/articles/show.html.haml
pages_cms-0.0.1 app/views/pages_cms/articles/show.html.haml