Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'MDL-64694_master' of git://github.com/dmonllao/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 11, 2019
2 parents c50e52d + a36ce71 commit 3b996f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions report/insights/templates/insight.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
}
}}
<tr>
<td class="col-sm-10">
<td>
{{#sampleimage}}
{{{sampleimage}}}
{{/sampleimage}}
{{{sampledescription}}}
</td>
<td class="col-sm-2">
<td>
{{#actions}}
{{> core/action_menu}}
{{/actions}}
Expand Down
20 changes: 10 additions & 10 deletions report/insights/templates/insight_details.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
</caption>
<thead>
<tr>
<th scope="col" class="col-sm-10">{{#str}}name{{/str}}</th>
<th scope="col" class="col-sm-2">{{#str}}actions{{/str}}</th>
<th scope="col">{{#str}}name{{/str}}</th>
<th scope="col">{{#str}}actions{{/str}}</th>
</tr>
</thead>
<tbody>
Expand All @@ -99,13 +99,13 @@
<caption>{{#str}}predictiondetails, report_insights{{/str}}</caption>
<tbody>
<tr>
<td scope="col" class="col-sm-3">{{#str}}timecreated, report_insights{{/str}}</td>
<td scope="col" class="col-sm-9">{{timecreated}}</td>
<td scope="row">{{#str}}timecreated, report_insights{{/str}}</td>
<td>{{timecreated}}</td>
</tr>
{{#timerange}}
<tr>
<td scope="col" class="col-sm-3">{{#str}}timerange, report_insights{{/str}}</td>
<td scope="col" class="col-sm-9">{{.}}</td>
<td scope="row">{{#str}}timerange, report_insights{{/str}}</td>
<td>{{.}}</td>
</tr>
{{/timerange}}
</tbody>
Expand All @@ -114,15 +114,15 @@
<caption class="accesshide">{{#str}}predictioncalculations, report_insights{{/str}}</caption>
<thead>
<tr>
<th scope="col" class="col-sm-8">{{#str}}indicator, report_insights{{/str}}</th>
<th scope="col" class="col-sm-4">{{#str}}calculatedvalue, report_insights{{/str}}</th>
<th scope="col">{{#str}}indicator, report_insights{{/str}}</th>
<th scope="col">{{#str}}calculatedvalue, report_insights{{/str}}</th>
</tr>
</thead>
<tbody>
{{#calculations}}
<tr>
<td class="{{#style}}table-{{style}}{{/style}} col-sm-8">{{name}}</td>
<td class="{{#style}}table-{{style}}{{/style}} col-sm-4">{{#outcomeicon}}{{> core/pix_icon}}{{/outcomeicon}} {{displayvalue}}</td>
<td class="{{#style}}table-{{style}}{{/style}}">{{name}}</td>
<td class="{{#style}}table-{{style}}{{/style}}">{{#outcomeicon}}{{> core/pix_icon}}{{/outcomeicon}} {{displayvalue}}</td>
</tr>
{{/calculations}}
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions report/insights/templates/insights_list.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
</caption>
<thead>
<tr>
<th scope="col" class="col-sm-10">{{#str}}name{{/str}}</th>
<th scope="col" class="col-sm-2">{{#str}}actions{{/str}}</th>
<th scope="col">{{#str}}name{{/str}}</th>
<th scope="col">{{#str}}actions{{/str}}</th>
</tr>
</thead>
{{#insights}}
Expand Down

0 comments on commit 3b996f2

Please sign in to comment.