From 0a3ebf6a10f256ae9aa6900136e785ace68b7733 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Sep 2013 08:49:44 -0400 Subject: [PATCH] update discussion forums views to add accessibility information and add hidden accessibilty class to discussion scss, this comprises adding comments count and votes count verbiage and vote call to action --- lms/templates/discussion/_single_thread.html | 2 +- lms/templates/discussion/_underscore_templates.html | 10 +++++----- lms/templates/discussion/mustache/_content.mustache | 2 +- .../discussion/mustache/_inline_thread_show.mustache | 2 +- .../discussion/mustache/_profile_thread.mustache | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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 @@