Sha256: 81033e29f71a1cf6d62d47ba2ba50bee3db1558a19fefc73d0690910d3c6041c

Contents?: true

Size: 651 Bytes

Versions: 4

Compression:

Stored size: 651 Bytes

Contents

<% content_for :title do %>
  <%= @post.title %>
<% end %>

<% content_for :meta_description do %>
  <%= truncate(strip_tags(@post.content), length: 155) %>
<% end %>

<article>
  <%= render partial: 'monologue/posts/post_header', locals: {post: @post }%>
  <div class="content" data-monologue="content">
    <%= raw @post.content %>
  </div>

	<div class="tags" data-monologue="tags">
    <%= render @post.tags %>
  </div>

  <%= render "monologue/posts/social_sharing" %>

  <div id="disqus_thread"></div>
  <%= render 'layouts/monologue/application/disqus_embed' %>
  <noscript>Please enable JavaScript to view the comments.</noscript>
</article>

Version data entries

4 entries across 4 versions & 1 rubygems

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