Sha256: b723a8806a266add4d67f89042d9513b6d76f6eee0a1b3340b6de6660e6ee42c
Contents?: true
Size: 538 Bytes
Versions: 15
Compression:
Stored size: 538 Bytes
Contents
<% if @article %> <div id="<%= dom_id @article %>" class="entry"> <% unless @section.try(:single_article_mode) %> <h2><%= link_to_content(@article) %></h2> <% end %> <div class="body"> <%= @article.excerpt_html %> <%= @article.body_html %> </div> </div> <%= render :partial => 'comments/list', :locals => { :commentable => @article, :comments => @article.approved_comments } %> <%= render :partial => 'comments/form', :locals => { :commentable => @article } if @article.accept_comments? %> <% end %>
Version data entries
15 entries across 15 versions & 2 rubygems