put log in pre

This commit is contained in:
arzynik 2014-11-13 16:23:07 -08:00
parent 4fb30402d4
commit 0985dc5b20

View File

@ -7,7 +7,7 @@
<table>
<tr>
<th>Date</th>
<td>{{version.timestamp | date:'MM/dd @ HH:mm'}}</td>
<td>{{version.date}} {{version.timestamp | date:'MM/dd @ HH:mm'}}</td>
</tr>
<tr>
<th>Server</th>
@ -42,7 +42,7 @@
<tr>
<th>Log</th>
<td>{{version.log}}</td>
<td><pre class="deploy-log">{{version.log}}</pre></td>
</tr>
</table>
</div>