Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-60638-master' of git://github.com/lameze/moodle
  • Loading branch information
David Monllao committed Nov 6, 2017
2 parents 40f05d2 + 20a5056 commit be88f09
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions calendar/templates/event_summary_body.mustache
Expand Up @@ -76,17 +76,17 @@
{{/groupname}}
{{#subscription}}
{{#displayeventsource}}
<div class="row m-t-1">
<div class="col-xs-1">{{#pix}} i/rss, core, {{#str}} eventsource, core_calendar {{/str}} {{/pix}}</div>
<div class="col-xs-11">
{{#url}}
<a href="{{url}}">{{#str}}subscriptionsource, core_calendar, {{name}}{{/str}}</a>
{{/url}}
{{^url}}
<p>{{#str}}subscriptionsource, core_calendar, {{name}}{{/str}}</p>
{{/url}}
<div class="row m-t-1">
<div class="col-xs-1">{{#pix}} i/rss, core, {{#str}} eventsource, core_calendar {{/str}} {{/pix}}</div>
<div class="col-xs-11">
{{#subscriptionurl}}
<p><a href="{{subscriptionurl}}">{{#str}}subscriptionsource, core_calendar, {{{subscriptionname}}}{{/str}}</a></p>
{{/subscriptionurl}}
{{^subscriptionurl}}
<p>{{#str}}subscriptionsource, core_calendar, {{{subscriptionname}}}{{/str}}</p>
{{/subscriptionurl}}
</div>
</div>
</div>
{{/displayeventsource}}
{{/subscription}}
</div>
Expand Down

0 comments on commit be88f09

Please sign in to comment.