Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d5b1b
)
MDL-59538 core_calendar: add event source to summary template
author
Simey Lameze
<simey@moodle.com>
Mon, 17 Jul 2017 06:00:56 +0000
(14:00 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Fri, 21 Jul 2017 01:01:57 +0000
(09:01 +0800)
calendar/templates/event_summary_body.mustache
patch
|
blob
|
blame
|
history
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>