Begin work on an image history tree view

This commit is contained in:
Joseph Schorr 2013-10-10 00:40:18 -04:00
parent d7ea1944e3
commit 9f094af1b2
9 changed files with 664 additions and 17 deletions

View file

@ -96,22 +96,7 @@
<i class="icon-spinner icon-spin icon-3x"></i>
</div>
<div ng-show="imageHistory">
<table class="images">
<thead>
<tr>
<td>ID</td>
<td>Created</td>
<td>Comment</td>
</tr>
</thead>
<tr ng-repeat="image in imageHistory">
<td class="image-id" title="{{ image.id }}">{{ image.id }}</td>
<td><span am-time-ago="parseDate(image.created)"></span></td>
<td ng-bind-html-unsafe="getCommentFirstLine(image.comment)"></td>
</tr>
</table>
<div id="image-history-container">
</div>
</div>
</div>