Merge pull request #449 from yhua123/patch-1

Update summary.directive.html
This commit is contained in:
kun wang 2016-06-29 20:49:59 +08:00 committed by GitHub
commit af4361d5dd

View File

@ -1,4 +1,7 @@
<h4 class="page-header title-color underlined">// 'summary' | tr //</h4>
<h4 class="page-header title-color underlined">// 'summary' | tr //</h4>
<dl class="page-content dl-horizontal" ng-repeat="(key, value) in vm.statProjects">
<dt>// key | tr //:</dt><dd>//value//<dd>
<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>
<dt ng-if="$index==2"><a href="/search?q=">// key | tr //</a>:</dt><dd ng-if="$index==2">//value//<dd>
<dt ng-if="$index>2">// key | tr //:</dt><dd ng-if="$index>2">//value//<dd>
</dl>