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-59538 core_calendar: add event source to summary template
[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
6258f08
..
d054f4f
100644
(file)
--- a/
calendar/templates/event_summary_body.mustache
+++ b/
calendar/templates/event_summary_body.mustache
@@
-36,4
+36,7
@@
{{/description}}
<h4>{{#str}} eventtype, core_calendar {{/str}}</h4>
{{eventtype}}
+ {{#source}}
+ <div>{{{source}}}</div>
+ {{/source}}
</div>