fixes
This commit is contained in:
parent
6e87271483
commit
a6da70e7d3
@ -12,23 +12,25 @@ template parameters:
|
|||||||
<title> Post History</title>
|
<title> Post History</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table id="history_graph">
|
<td>
|
||||||
<thead>
|
<table id="history_graph">
|
||||||
<tr>
|
<thead>
|
||||||
<th>Month</th>
|
|
||||||
<th>Posts</th>
|
|
||||||
<th></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{{#history.Scale}}
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{Date}}</td>
|
<th>Month</th>
|
||||||
<td class="history_num">{{Num}}</td>
|
<th>Posts</th>
|
||||||
<td>{{OvercockGraph}}</td>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
{{/history.Scale}}
|
</thead>
|
||||||
</tbody>
|
<tbody>
|
||||||
</table>
|
{{#history.Scale}}
|
||||||
|
<tr>
|
||||||
|
<td>{{Date}}</td>
|
||||||
|
<td class="history_num">{{Num}}</td>
|
||||||
|
<td>{{OvercockGraph}}</td>
|
||||||
|
</tr>
|
||||||
|
{{/history.Scale}}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user