Skip to content

Commit

Permalink
MDL-60700 clean: add course link to activity event summary modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Nov 7, 2017
1 parent 7783fd0 commit ec8f488
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 ec8f488

Please sign in to comment.