Sha256: 37f2d327739c283d9e6b3f5a7a5c92c9a180fe324b273ab3ba18ebc801eb295f

Contents?: true

Size: 371 Bytes

Versions: 3

Compression:

Stored size: 371 Bytes

Contents

<section>
  <%= render partial: 'monologue/posts/post_header', locals: {post: post} %>

  <div class="content" data-monologue="content">
    <%= truncate_html(post.content, length: 1000, omission: '...') %>
  </div>

  <div class="tags" data-monologue="tags">
    <%= render post.tags %>
  </div>
  <%= link_to t(".readmore"), post.full_url, class: "button" %>
</section>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
monologue-0.4.1 app/views/monologue/posts/_post.html.erb
monologue-0.4.0 app/views/monologue/posts/_post.html.erb
monologue-0.3.0 app/views/monologue/posts/_post.html.erb