summaryrefslogtreecommitdiffstats
path: root/templates/group.html
blob: 678a672316794f770ec03ff1d788d26d17efdc48 (plain)
1
2
3
4
5
6
7
8
<a ng-href="#/{{ctrl.group.name}}">{{ ctrl.group.name }}</a>
<div class="app-navigation-entry-utils">
	<ul>
		<li class="app-navigation-entry-utils-counter" tooltip-placement="right" uib-tooltip="{{ctrl.group.count | counterTooltipDisplay}}"
			tooltip-append-to-body="true">{{ctrl.group.count | counterFormatter}}
		</li>
	</ul>
</div>