Including courseware context in _ template

This commit is contained in:
Arjun Singh
2012-09-04 09:53:54 -07:00
parent 8475ffef20
commit 8680be38a7

View File

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