Affix/rpress

View on GitHub
app/views/category/index.html.erb

Summary

Maintainability
Test Coverage
<h3><%= @title %> <a class="fa fa-rss" href="/feed/category/<%= @category.category_slug %>.xml"></a></h3>
<hr />
<% @posts.each do |p| %>
    <%= render 'post', {p: p} %>
<% end %>