Skip to content

Commit

Permalink
Replace spaces with html codes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaziz15 committed Jun 19, 2017
1 parent cfbfef0 commit be59cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/marketplace/marketplace-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="media-heading">{{vm.app.name}}</h2>
</div>
<div class="pull-left links">
<a ng-show="vm.anyReviews" ng-click="vm.scrollToReviews()" href="">{{vm.reviews.list.length}} {{'mno_enterprise.templates.dashboard.marketplace.show.reviews' | translate}}</a>
<span ng-if="vm.anyReviews && vm.anyQuestions"> | </span>
<span ng-if="vm.anyReviews && vm.anyQuestions">&nbsp;|&nbsp;</span>
<a ng-show="vm.anyQuestions" ng-click="vm.scrollToQuestions()" href="">{{vm.questions.list.length}} {{'mno_enterprise.templates.dashboard.marketplace.show.questions' | translate}}</a>
</div>
</div>
Expand Down

0 comments on commit be59cab

Please sign in to comment.