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 '←'.html_safe, @post.previous_post.full_path if @post.previous_post -%> <%= link_to 'Back to Blog', @post.blog.humanize_path -%> <%= link_to '→'.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