Skip to content

Commit

Permalink
Merge branch 'master' into builds/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Jun 2, 2017
2 parents 30dccf4 + 1937ec0 commit ddeb304
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions html-templates/scienceleadership-interims/_body.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{extends "progress/section-interim-reports/_body.tpl"}

{block fields}
{if $Report->Grade}
<div class="dli">
<dt class="grade">Current Grade</dt>
<dd class="grade">{$Report->Grade}</dd>
</div>
{/if}
{/block}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
'type' => 'enum',
'values' => ['A', 'B', 'C', 'D', 'F', 'N/A'],
'default' => null
];
];

SectionInterimReport::$bodyTpl = 'scienceleadership-interims/_body';
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* Typically, changes to the package should come along with changes to the version.
* This number should be in this format: d+(.d+)*
*/
"version": "1.0.6",
"version": "1.1.0",

/**
* The version that users can transparently update from without requiring code changes.
Expand Down

0 comments on commit ddeb304

Please sign in to comment.