harbor/static/ng/resources/js/components/search/search.directive.html
2016-05-13 18:48:06 +08:00

12 lines
338 B
HTML

<div class="down-table-pane">
<table class="table">
<thead>
<th>// 'project_repo_name' | tr //</th><th>// 'creation_time' | tr //</th><th>// 'author' | tr //</th>
</thead>
<tbody>
<tr ng-repeat="s in vm.searchResult">
<td>//s.repository_name//</td><td>N/A</td><td>N/A</td>
</tr>
</tbody>
</table>
</div>