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

Commit

Permalink
Merge pull request #874 from uPortal-Project/popular
Browse files Browse the repository at this point in the history
MUMUP-3344 Not most popular Just popular
  • Loading branch information
Doug-Reed committed Feb 27, 2019
2 parents ab162cd + 356099b commit 38cc076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="md-display-1">
<li class="mp-tab md-ink-ripple" ng-click="selectFilter('popular','')"
ng-class="{true:'active'}[selectedFilter === 'popular']"
ng-style="selectedFilter === 'popular' && {color: primaryColorRgb}">
<span aria-label="Sort by popularity">Most Popular</span>
<span aria-label="Sort by popularity">Popular</span>
<div class="mp-tabs-slide" ng-style="{background: primaryColorRgb}"></div>
</li>
<li class="mp-tab md-ink-ripple" ng-click="selectFilter('az','')"
Expand Down

0 comments on commit 38cc076

Please sign in to comment.