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

6 lines
354 B
HTML
Raw Normal View History

<h4 class="page-header title-color underlined">// 'summary' | tr //</h4>
2016-06-28 17:42:05 +02:00
<dl class="page-content dl-horizontal" ng-repeat="(key, value) in vm.statProjects">
<dt ng-if="$index == 0"><a href="/project">// key | tr //</a>:</dt><dd ng-if="$index == 0">//value//<dd>
<dt ng-if="$index >= 1">// key | tr //:</dt><dd ng-if="$index >= 1">//value//<dd>
2016-06-28 17:42:05 +02:00
</dl>