Commit 124eb0ed by Arjun Singh Committed by Matthew Mongeau

Including courseware context in _ template

parent 72f84c97
......@@ -13,6 +13,11 @@
<div class="post-body">
${'<%- body %>'}
</div>
${'<% if (courseware_location) { %>'}
<div class="post-context">
(this post is about <a href="../../jump_to/<% courseware_location %>"><% courseware_title %></a>)
</div>
${'<% } %>'}
<div class="post-status">
${'<% if (closed) { %>'}
This thread is closed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment