Skip to content

Commit

Permalink
column for issue count
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 2, 2018
1 parent 460898e commit 24fceaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@
</div>

<div class="panel-footer clearfix">
<span ng-if="card.description !== 'null'" class="glyphicon glyphicon-eye-open" popover-title="{{card.number}}" popover-trigger="'mouseenter'"
uib-popover-html="getHtmlContent(card.description)" popover-placement="auto bottom"></span>
<span ng-if="card.description !== 'null'" class="glyphicon glyphicon-eye-open" popover-title="{{card.number}}" popover-trigger="'mouseenter'" uib-popover-html="getHtmlContent(card.description)" popover-placement="auto bottom"></span>
<span ng-if="card.estimate" class="badge pull-right">{{card.estimate}}</span>
</div>
</div>
Expand Down Expand Up @@ -97,6 +96,7 @@
<td title="'Story Count'">{{project.remoteProject.storyCount}}</td>
<td title="'Defect Count'">{{project.remoteProject.defectCount}}</td>
<td title="'Request Count'">{{project.remoteProject.requestCount}}</td>
<td title="'Issue Count'">{{project.remoteProject.issueCount}}</td>
</tr>
</table>

Expand Down

0 comments on commit 24fceaf

Please sign in to comment.