Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-59699 core_calendar: display course link under event type
[moodle.git]
/
calendar
/
templates
/
event_summary_body.mustache
diff --git
a/calendar/templates/event_summary_body.mustache
b/calendar/templates/event_summary_body.mustache
index
e1c7205
..
50ba3e2
100644
(file)
--- a/
calendar/templates/event_summary_body.mustache
+++ b/
calendar/templates/event_summary_body.mustache
@@
-40,7
+40,7
@@
<h4>{{#str}} eventtype, core_calendar {{/str}}</h4>
{{eventtype}}
{{#iscourseevent}}
- <
a href="{{url}}">{{course.shortname}}</a
>
+ <
div><a href="{{url}}">{{course.shortname}}</a></div
>
{{/iscourseevent}}
{{#source}}
<div>{{{source}}}</div>