Commit 8c9fbe5b by Arjun Singh

Including courseware context in _ template

parent dc3f06e5
......@@ -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