Sha256: 44acd10004021684b16fc336758cc32e0e1274e6b7649e9edc3a59c22c64f3c3

Contents?: true

Size: 562 Bytes

Versions: 23

Compression:

Stored size: 562 Bytes

Contents

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

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

<p>
  <%= link_to '&larr;'.html_safe, @post.previous_post.full_path if @post.previous_post -%>
  <%= link_to 'Back to Blog', @post.blog.humanize_path -%>
  <%= link_to '&rarr;'.html_safe, @post.next_post.full_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

23 entries across 23 versions & 1 rubygems

Version Path
blog_logic-1.3.0 app/views/posts/show.html.erb
blog_logic-1.2.4 app/views/posts/show.html.erb
blog_logic-1.2.3 app/views/posts/show.html.erb
blog_logic-1.2.2 app/views/posts/show.html.erb
blog_logic-1.2.1 app/views/posts/show.html.erb
blog_logic-1.2.0 app/views/posts/show.html.erb
blog_logic-1.1.9 app/views/posts/show.html.erb
blog_logic-1.1.8 app/views/posts/show.html.erb
blog_logic-1.1.7 app/views/posts/show.html.erb
blog_logic-1.1.6 app/views/posts/show.html.erb
blog_logic-1.1.5 app/views/posts/show.html.erb
blog_logic-1.1.4 app/views/posts/show.html.erb
blog_logic-1.1.3 app/views/posts/show.html.erb
blog_logic-1.1.2 app/views/posts/show.html.erb
blog_logic-1.1.1 app/views/posts/show.html.erb
blog_logic-1.1.0 app/views/posts/show.html.erb
blog_logic-1.0.0 app/views/posts/show.html.erb
blog_logic-0.7.7 app/views/posts/show.html.erb
blog_logic-0.7.6 app/views/posts/show.html.erb
blog_logic-0.7.5 app/views/posts/show.html.erb