Project

General

Profile

1
<table class="table table-sm table-hover col-lg-3">
2
	<thead class="thead-light">
3
		<tr>
4
			<th>{{field}}</th>
5
			<th class="text-right">#</th>
6
		</tr>
7
	</thead>
8
	<tbody>
9
		<tr ng-repeat="e in entries">
10
			<td><a href="#!{{resultsBasePath}}/0/50/{{e.value}}">{{e.value}}</a></td>
11
			<td class="text-right">{{e.count}}</td>
12
		</tr>
13
	</tbody>
14
</table>
(1-1/7)