Sha256: 5489131fbaced555d1da00d2c26ab8ab4be2d87d7b779245418cdd2f3eeb7b7a
Contents?: true
Size: 768 Bytes
Versions: 4
Compression:
Stored size: 768 Bytes
Contents
<div class='category-excerpt <%= "border" if @article_counter >= 0 %>' id="article-<%= article.id %>"> <h2><%= link_to_permalink(article, article.title) %></h2> <% if article.excerpt? %> <%= article.excerpt %> <% else %> <% if article.extended %> <% article.body = article.body + link_to_permalink(article, "[...]") %> <%= article.html(:body) %> <% else %> <%= article.html(:body) %> <%= article.html(:extended) %> <% end %> <% end %> <div class='author'> Published on <%= _(article.published_at.utc.strftime(_("%%a, %%d %%b %%Y %%H:%%M", article.published_at.utc))) %> </div> <div class='comments'> <%= display_comments_counter(article) %> </div> </div> <% @article_counter+=1 %>
Version data entries
4 entries across 4 versions & 1 rubygems