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

5 lines
218 B
HTML
Raw Normal View History

<h4 class="page-header title-color underlined">// 'summary' | tr //</h4>
2016-06-06 09:39:17 +02:00
<dl class="page-content dl-horizontal" ng-repeat="(key, value) in vm.statProjects">
2016-06-07 05:56:10 +02:00
<dt>// key | tr //:</dt><dd>//value//</dd>
</dl>