Sha256: 4b648a81b959d9506c2f03f161fba3b9378d2e6fc2902243c18456ab05a5ed08
Contents?: true
Size: 505 Bytes
Versions: 31
Compression:
Stored size: 505 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' %> / <a href='/articles/<%= @article.id %>#comments' class='comments_quantity'> <%= @article.commentsCount %> comment<%= if @article.commentsCount is 1 then '' else 's' %> </a> </i></p> <p><%= @article.content %></p> <p><a href='/articles/<%= @article.id %>'>Continued…</a></p> </article>
Version data entries
31 entries across 27 versions & 1 rubygems