Sha256: 5e3cda8bcb315a4703be5fcccc17ef05ba1f31475b6b1a9dcca6de8382a61fc2
Contents?: true
Size: 828 Bytes
Versions: 5
Compression:
Stored size: 828 Bytes
Contents
<div class='category-excerpt <%= "border" if @article_counter >= 0 %>' id="article-<%= article.id %>"> <h2><%= (controller.controller_name == 'redirect') ? article.title : 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
5 entries across 5 versions & 1 rubygems