From d3b68dc173b541c54202d1e502ce21a0ca1c86ae Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Tue, 4 Jul 2017 17:02:15 +0500 Subject: [PATCH] remove the word Institutions if there is no authoring organization WL-1083 --- lms/templates/learner_dashboard/program_header_view.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/learner_dashboard/program_header_view.underscore b/lms/templates/learner_dashboard/program_header_view.underscore index b4f6ab8ba1..56d2fadd7f 100644 --- a/lms/templates/learner_dashboard/program_header_view.underscore +++ b/lms/templates/learner_dashboard/program_header_view.underscore @@ -6,8 +6,8 @@

<%- programData.title %>

-

Institutions

<% if (programData.authoring_organizations.length) { %> +

Institutions

<% _.each(programData.authoring_organizations, function(org) { %>