diff --git a/lms/templates/discussion/_single_thread.html b/lms/templates/discussion/_single_thread.html index 6c7e52d4d6..a14e03d10f 100644 --- a/lms/templates/discussion/_single_thread.html +++ b/lms/templates/discussion/_single_thread.html @@ -11,7 +11,7 @@
${_("This post visible only to group {group}.").format(group=cohort_dictionary[thread['group_id']])}
%endif - + ${thread['votes']['up_count']} + + ${thread['votes']['up_count']}votes (click to vote)

${thread['title']}

sometime by diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 73d890fe18..a1de39c839 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -33,7 +33,7 @@ ${"<% } %>"} - + ${'<%- votes["up_count"] %>'} + + ${'<%- votes["up_count"] %>'}votes (click to vote)

${'<%- title %>'}

${"<% if (obj.username) { %>"} @@ -118,7 +118,7 @@