Sha256: b22aa6ddf7f525aa584491bc373f0b842f721903cce3128f5e09aad7661a59d5
Contents?: true
Size: 1.25 KB
Versions: 14
Compression:
Stored size: 1.25 KB
Contents
<% content_for 'header' do %> <%= auto_discovery_link_tag :rss, articles_path(:rss) %> <% end %> <div id="main-content"> <h1><%=h @article.title %></h1> <%= render :partial => 'meta', :locals => {:article => @article } %> <%= @article.body %> <%= gallery @article.assets %> <%= documents @article.assets %> <h4 id="share-title" title="Share This Article">Share This</h4> <p class="share-links"> <%= mail_link @article %> <%= digg_link @article %> <%= delicious_link @article %> <%= facebook_link @article %> <%= stumble_link @article %> <%= twitter_link @article %> <%= reddit_link @article %> <%= technorati_link @article %> </p> <% if @article.allow_comments? or @article.comments.any? -%> <div id="comments"> <h2>Comments</h2> <% if @article.comments.empty? -%> <p class="no-comments">There are currently no comments.</p> <% else -%> <%= comments_list @article %> <% end -%> <% if @article.allow_comments? %> <h2 id="respond">Leave a Comment</h2> <%= render :partial => 'comments/form', :locals => { :commentable => @article } %> <% end -%> </div><!-- eo:comments --> <% end -%> </div><!-- eo:main-content --> <div id="supporting-content"> <h2>Archive</h2> <%= archive %> <%= related_articles(@article) %> </div>
Version data entries
14 entries across 14 versions & 1 rubygems