Archived
1
0

scale graph

This commit is contained in:
jeff 2015-10-31 07:49:59 -04:00
parent 2d45920bc7
commit e4a9d8ef8c

View File

@ -14,13 +14,13 @@ parameters:
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{#graph}} {{#graph.Scale}}
<tr> <tr>
<td>{{Day}}</td> <td>{{Day}}</td>
<td>{{Num}}</td> <td>{{Num}}</td>
<td>{{OvercockGraph}}</td> <td>{{OvercockGraph}}</td>
</tr> </tr>
{{/graph}} {{/graph.Scale}}
</tbody> </tbody>
</table> </table>
</div> </div>