Sha256: 67c8912af269fc2950a7ac7ce5cccc8d137623ddbebbaedd8194a9ddc0f39c99

Contents?: true

Size: 998 Bytes

Versions: 1

Compression:

Stored size: 998 Bytes

Contents

<div class="main-content">
  <div class="section-title">
    <p><%= @node.list.title %></p>
    <%= articles_rss_feed_link "RSS", :title => "RSS Feed", :class => "rss" %>
  </div>
  <h1><%= @node.title %></h1>
  <div class="article-body">
    <%= @node.body.html_safe %>
  </div>
  <div class="meta">
    <span class="date"><%= l @node.published_at, :format => :short %></span>
    <% if @node.creator %>

      <span class="author"><%= link_to(@node.creator.full_name, node_path(@node.list, { :author => @node.creator.permalink })) %></li>
    <% end %>
    <span class="cats">
      <% unless  @node.categories.empty? %>
        <% for category in @node.categories %>
          <%= link_to category, node_path(@node, :category => category) %>,
        <% end %>
      <% end %>
    </span>
  </div>
  <div class="pagination">
    <%= link_to_previous_article %>
    <%= link_to_next_article %>
  </div>
</div>
<div class="supporting-content">
  <%= render :partial => 'article_sidebar' %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noodall-articles-1.0.0 app/views/nodes/article.html.erb