Sha256: 731fe2649c93a708d73bd0c3c0bace4178ec6bb12d741db81c6b6d51e43842bf
Contents?: true
Size: 506 Bytes
Versions: 15
Compression:
Stored size: 506 Bytes
Contents
<table class = "post"> <tr> <td class = "post_title"><h1><%= @post.title %></h1></td> </tr> <tr> <td class = "view_online"> (If you'd like to view this post online, <%= link_to "feel free", post_url(@post) %>) </td> </tr> <tr> <td class = "post_body"><%= @post.body.html_safe %></td> </tr> <tr> <td class = "post_information"> Written on <%= @post.published_at.strftime("%B %d, %Y at %I:%M %p %Z") %> by <%= @post.author.send(Proclaim.author_name_method) %> </td> </tr> </div>
Version data entries
15 entries across 15 versions & 1 rubygems