Sha256: 8f65ca571c03ae9189a201012f008486d89aa35afad523359752baf5a5868d4f

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

<article>
  <header>
    <h2><%= link_to article.title, article %></h2>
    <small><%= article.publish_at ? l(article.publish_at, format: :long) : "Unpublished draft"%></small>
  </header>
  <div class="trix-content">
    <%= article.text.html_safe %>
  </div>
</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bongo-0.2.0 app/views/bongo/articles/_article.html.erb