date style fixed

This commit is contained in:
Mario Colque 2014-01-10 09:36:09 -03:00
parent 9c7239e740
commit 63dfe42ce8

View File

@ -19,7 +19,7 @@
<tbody> <tbody>
<tr data-ng-repeat="block in blocks"> <tr data-ng-repeat="block in blocks">
<td><a href="#!/block/{{block.hash}}">{{block.hash}}</a></td> <td><a href="#!/block/{{block.hash}}">{{block.hash}}</a></td>
<td>{{block.time}}</td> <td>{{block.time * 1000 | date:'medium'}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>