Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: remove ratings from details page
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-Reed committed Jan 24, 2019
1 parent 88cc7c4 commit 34ebc69
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,6 @@
<h3 tabindex="0" class="md-title">Description</h3>
<p tabindex="0" class="app-description">{{::portlet.description}}</p>
</div>
<div class="desc-item">
<h3 tabindex="0" class="md-title">Ratings</h3>
<span ng-if="$storage.linkRatingsApi">
<span uib-rating ng-model="portlet.rating" read-only="true" class="rating"></span>

( <md-button ng-click="clickRatingReviewAdmin()">{{::portlet.userRated}} rating<span ng-if="portlet.userRated !== 1">s</span></md-button> )
</span>
<span ng-if="!$storage.linkRatingsApi">
<span uib-rating ng-model="portlet.rating" read-only="true" class="rating"></span>
( {{::portlet.userRated}} rating<span ng-if="portlet.userRated !== 1">s</span> )
</span>
<br>
<rating-button ng-hide="guestMode" portlet='portlet' button-text="Rate"
button-classes="md-raised"></rating-button>
</div>
<div class="desc-item"
ng-if="portlet.relatedPortlets.length > 0">
<h3 tabindex="0" class="md-title">Related Apps</h3>
Expand Down

0 comments on commit 34ebc69

Please sign in to comment.