Skip to content

Commit

Permalink
Merge branch 'MDL-60700-int-fix-1' of github.com:ryanwyllie/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Nov 7, 2017
2 parents 7783fd0 + ec8f488 commit b135c42
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
<div class="description-content span11">{{{.}}}</div>
</div>
{{/description}}
{{#isactionevent}}
<div class="row-fluid m-t-1">
<div class="span1">{{#pix}} i/courseevent, core, {{#str}} course {{/str}} {{/pix}}</div>
<div class="span11"><a href="{{course.viewurl}}">{{{course.fullname}}}</a></div>
</div>
{{/isactionevent}}
{{#iscategoryevent}}
<div class="row-fluid m-t-1">
<div class="span1">{{#pix}} i/categoryevent, core, {{#str}} category {{/str}} {{/pix}}</div>
Expand Down

0 comments on commit b135c42

Please sign in to comment.