Skip to content

Commit

Permalink
secotr list bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVW committed May 19, 2016
1 parent 387f3dd commit d887595
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="row">
<div class="col-md-12">
<h1 class="title">{{vm.organisation.name}}</h1>
<h1 class="title">{{vm.organisation_id}}</h1>
</div>
</div>

Expand All @@ -21,7 +21,7 @@ <h1 class="title">{{vm.organisation.name}}</h1>
<div class="col-md-12">

<div class="hp-block wit">
<h3>Transactions for organisation identifier {{vm.organisation.original_ref}}</h3>
<h3>Transactions for organisation {{vm.organisation_id}}</h3>
<financials-line-chart
has-to-contain="receiver_organisation_primary_name">
</financials-line-chart>
Expand Down
2 changes: 1 addition & 1 deletion templates/sectors/sectors-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3 class="no-margin">{{item.activity_count || 0}} <span class="visible-xs-inlin
</div>
</div>

<div ng-if="!item.children && (item.activity_count != 0)" class="hp-block wit">
<div ng-if="!item.children && item.activity_count" class="hp-block wit">
<div class="row sectors">
<div class="col-xs-11 col-xs-offset-1">
<div class="row">
Expand Down

0 comments on commit d887595

Please sign in to comment.