Display test date

This commit is contained in:
southerntofu 2020-09-24 11:56:43 -04:00
parent 5a7b1d78f0
commit dea7d3cf5c
2 changed files with 10 additions and 2 deletions

View File

@ -11,3 +11,7 @@ header {
margin-bottom: 0;
}
}
td, th {
text-align: center;
}

View File

@ -7,8 +7,12 @@
<table>
<tr>
<th>Test</th>
<th>forgebuild.sh</th>
<th>forgebuild.rs</th>
<th>forgebuild.sh
<br>{{ bash_data.date | date(format=trans(key="dateFormat", lang=lang)) }}
</th>
<th>forgebuild.rs
<br>{{ rust_data.date | date(format=trans(key="dateFormat", lang=lang)) }}
</th>
</tr>
<tr>
<td>sourceless</td>