ozfortress/citadel

View on GitHub
app/views/forums/topics/show.html.haml

Summary

Maintainability
Test Coverage
- content_for(:title) { "#{@topic.name} | Forums" }

= render 'forums/head', object: @topic

= render 'forums/page', topic: @topic, topics: @subtopics, threads: @threads, parent_topic: @topic