Sha256: 9ea9435f95626204dce9b8e82b80da83e5c1a38c953629976f1a88ebb1cf6337
Contents?: true
Size: 471 Bytes
Versions: 26
Compression:
Stored size: 471 Bytes
Contents
<article id='article_<%= @article.id %>'> <h2><%= @article.title %></h2> <p><i> <%= @article.author %> wrote this on <%= (new App.Services.Date @article.publishedAt).toString 'short' %> / <span class='comments_quantity'> <%= @article.commentsCount %> comment<%= if @article.commentsCount is 1 then '' else 's' %> </span> </i></p> <p><%= @article.content %></p> <p><a href='/admin/articles/<%= @article.id %>/edit'>Review</a></p> </article>
Version data entries
26 entries across 26 versions & 1 rubygems