From 4ed9d0a44aa176b039f02b72b2fdbc2bf6b780b2 Mon Sep 17 00:00:00 2001 From: mehrozezahid Date: Wed, 10 Feb 2016 14:49:44 +0500 Subject: [PATCH] Added target='_blank' to both href attributes --- .../instructor_dashboard_2/cohort-group-header.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore b/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore index 8ae1633637..fd80117e47 100644 --- a/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore +++ b/lms/templates/instructor/instructor_dashboard_2/cohort-group-header.underscore @@ -12,10 +12,10 @@
<% if (cohort.get('assignment_type') == "manual") { %> <%- gettext("Learners are added to this cohort only when you provide their email addresses or usernames on this page.") %> - <%= gettext("What does this mean?") %> + <%= gettext("What does this mean?") %> <% } else { %> <%- gettext("Learners are added to this cohort automatically.") %> - <%- gettext("What does this mean?") %> + <%- gettext("What does this mean?") %> <% } %>