Sha256: 83ace325a36679bb2f5de941673ee38c544c36b20ac561688c2e3a3470b1746e

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pages_cms-1.0.8 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.6 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.5 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.4 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.3 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.2 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.1 app/views/pages_cms/articles/show.html.haml
pages_cms-1.0.0 app/views/pages_cms/articles/show.html.haml
pages_cms-0.2.3 app/views/pages_cms/articles/show.html.haml
pages_cms-0.2.2 app/views/pages_cms/articles/show.html.haml
pages_cms-0.2.1 app/views/pages_cms/articles/show.html.haml
pages_cms-0.2.0 app/views/pages_cms/articles/show.html.haml