Sha256: 3b4497ba11df7629736ce2560f48c7fdbfc6ec1c8b0b3e679353170309054f59

Contents?: true

Size: 211 Bytes

Versions: 6

Compression:

Stored size: 211 Bytes

Contents

<article>
  <header>
    <h1><%= @article.title %></h1>

    <% if @article.subtitle.present? %>
      <p><%= @article.subtitle %></p>
    <% end %>

  </header>

  <%= raw(@article.html_content) %>

</article>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kawara-0.3.2 app/views/kawara/articles/show.html.erb
kawara-0.3.1 app/views/kawara/articles/show.html.erb
kawara-0.3.0 app/views/kawara/articles/show.html.erb
kawara-0.2.0 app/views/kawara/articles/show.html.erb
kawara-0.1.1 app/views/kawara/articles/show.html.erb
kawara-0.1.0 app/views/kawara/articles/show.html.erb