Sha256: 7c8386e8fed5be06a9174ca413ffa7258037a507e19e5284ac84f4aea1b88752

Contents?: true

Size: 240 Bytes

Versions: 11

Compression:

Stored size: 240 Bytes

Contents

%div.content.back
  %h1
    = @article.title

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

  = raw @article.content_either

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pages_cms-2.4.2 app/views/pages_cms/articles/show.html.haml
pages_cms-2.3.2 app/views/pages_cms/articles/show.html.haml
pages_cms-2.3.1 app/views/pages_cms/articles/show.html.haml
pages_cms-2.3.0 app/views/pages_cms/articles/show.html.haml
pages_cms-2.2.3 app/views/pages_cms/articles/show.html.haml
pages_cms-2.2.2 app/views/pages_cms/articles/show.html.haml
pages_cms-2.2.1 app/views/pages_cms/articles/show.html.haml
pages_cms-2.1.1 app/views/pages_cms/articles/show.html.haml
pages_cms-2.1.0 app/views/pages_cms/articles/show.html.haml
pages_cms-2.0.1 app/views/pages_cms/articles/show.html.haml
pages_cms-2.0.0 app/views/pages_cms/articles/show.html.haml