Improved datatime format.

This commit is contained in:
Martin Edenhofer 2016-04-26 08:02:32 +02:00
parent af3087abea
commit 671f513461

View file

@ -7,7 +7,7 @@
<tr> <tr>
<th width="10%"><%- @T('Direction') %> <th width="10%"><%- @T('Direction') %>
<th><%- @T('Request') %> <th><%- @T('Request') %>
<th width="20%"><%- @T('Created at') %> <th width="25%"><%- @T('Created at') %>
</thead> </thead>
<tbody> <tbody>
<% for record in @records: %> <% for record in @records: %>