Skip to content

Commit

Permalink
Merge branch 'MDL-53733_master' of https://github.com/StudiUM/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Apr 26, 2016
2 parents e9eb7ca + e65fda6 commit 29752d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/tool/lp/templates/competency_summary.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class='competency-heading'>
<h4>{{competency.shortname}}
<h4 id="competency_link_{{competency.id}}">{{competency.shortname}}
<small>{{competency.idnumber}}</small>
</h4>
{{#framework}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
</div>
{{/canmanagetemplatecompetencies}}
{{#competency}}
<a id="competency-info-link-{{competency.idnumber}}"></a>
{{> tool_lp/competency_summary }}
{{/competency}}
<strong>{{#str}}linkedcourseslist, tool_lp{{/str}}</strong>
Expand Down
2 changes: 1 addition & 1 deletion admin/tool/lp/templates/template_statistics.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div>
{{#leastproficient}}
{{#showcompetencylinks}}
<a href="#competency-info-link-{{idnumber}}">
<a href="#competency_link_{{id}}">
{{/showcompetencylinks}}
<div><p>{{shortname}} <em>{{idnumber}}</em></p></div>
{{#showcompetencylinks}}
Expand Down

0 comments on commit 29752d0

Please sign in to comment.