noesya/osuny

View on GitHub
app/views/extranet/posts/categories/show.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, @category %>

<%= render 'extranet/posts/posts/list', posts: @posts %>
<%= paginate @posts, theme: 'bootstrap-5' %>