summaryrefslogtreecommitdiffstats
path: root/templates/group.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/group.html')
-rw-r--r--templates/group.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/group.html b/templates/group.html
deleted file mode 100644
index 678a6723..00000000
--- a/templates/group.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<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>