Skip to content

Commit

Permalink
MDL-59674 core_calendar: add group name to summary template
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Aug 21, 2017
1 parent a1e166e commit 4cc382d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion calendar/templates/event_summary_body.mustache
Expand Up @@ -23,7 +23,9 @@
{
"timestart": 1490320388,
"description": "An random event description",
"eventtype": "open"
"eventtype": "User",
"source": "Ical imported",
"groupname": "Group 1"
}
}}
<div data-region="summary-modal-container" data-event-id="{{id}}" data-event-title="{{name}}"
Expand All @@ -40,4 +42,7 @@
{{#source}}
<div>{{{source}}}</div>
{{/source}}
{{#groupname}}
<div>{{{groupname}}}</div>
{{/groupname}}
</div>

0 comments on commit 4cc382d

Please sign in to comment.