Sha256: 80013f654ef1268e26f5824a1e568ed83a7047ff2df3ab8bd6758d9201dc1a12

Contents?: true

Size: 543 Bytes

Versions: 17

Compression:

Stored size: 543 Bytes

Contents

<%- set_title "#{@blog.title}: #{@post.title}" -%>

<%= @post.content.html_safe -%>

<p>
  <%= link_to '&larr;'.html_safe, @post.previous_post.path if @post.previous_post -%>
  <%= link_to 'Back to Blog', @post.blog.path -%>
  <%= link_to '&rarr;'.html_safe, @post.next_post.path if @post.next_post -%>
</p>

<div class="post_meta">
  <div class="publication_details">Posted <%= "by #{@post.author}" unless @post.author.blank? -%> on <%= @post.publication_date.try(:to_s, :short_date_time) -%></div>
  <div class="sharing_links"></div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blog_logic-1.4.15 app/views/posts/show.html.erb
blog_logic-1.4.14 app/views/posts/show.html.erb
blog_logic-1.4.13 app/views/posts/show.html.erb
blog_logic-1.4.12 app/views/posts/show.html.erb
blog_logic-1.4.11 app/views/posts/show.html.erb
blog_logic-1.4.10 app/views/posts/show.html.erb
blog_logic-1.4.9 app/views/posts/show.html.erb
blog_logic-1.4.8 app/views/posts/show.html.erb
blog_logic-1.4.7 app/views/posts/show.html.erb
blog_logic-1.4.6 app/views/posts/show.html.erb
blog_logic-1.4.5 app/views/posts/show.html.erb
blog_logic-1.4.4 app/views/posts/show.html.erb
blog_logic-1.4.3 app/views/posts/show.html.erb
blog_logic-1.4.2 app/views/posts/show.html.erb
blog_logic-1.4.1 app/views/posts/show.html.erb
blog_logic-1.4.0 app/views/posts/show.html.erb
blog_logic-1.3.1 app/views/posts/show.html.erb