harbor/static/resources/js/components/search/search.directive.html

12 lines
338 B
HTML
Raw Normal View History

2016-05-01 19:46:50 +02:00
<div class="down-table-pane">
<table class="table">
<thead>
2016-05-13 12:48:06 +02:00
<th>// 'project_repo_name' | tr //</th><th>// 'creation_time' | tr //</th><th>// 'author' | tr //</th>
2016-05-01 19:46:50 +02:00
</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>