From 99a4e7faea8ccdfcb948ca2faa7f7a82c1490311 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Wed, 23 Aug 2017 11:02:03 +0800 Subject: [PATCH] MDL-59699 core_calendar: display course link under event type --- calendar/templates/event_summary_body.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/templates/event_summary_body.mustache b/calendar/templates/event_summary_body.mustache index e1c72059916..50ba3e242d8 100644 --- a/calendar/templates/event_summary_body.mustache +++ b/calendar/templates/event_summary_body.mustache @@ -40,7 +40,7 @@

{{#str}} eventtype, core_calendar {{/str}}

{{eventtype}} {{#iscourseevent}} - {{course.shortname}} +
{{course.shortname}}
{{/iscourseevent}} {{#source}}
{{{source}}}
-- 2.43.0