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

Commit

Permalink
fix: remove from marketplaceResults
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Jul 12, 2018
1 parent e59cf11 commit d424759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h4 class="md-subhead">
No {{ portal.theme.title }} results. <a href="apps">See all apps?</a>
</div>
<div class="result" ng-repeat="app in filteredApps | showApplicable:showAll | limitTo:searchResultLimit">
<h4><a ng-href="{{ getLaunchURL(app, guestMode) }}" target="{{::app.target}}" rel="{{::app.target | targetToRel}}">{{ app.title }}</a> <small ng-if="$scope.guestMode && !app.canAdd">(login to use)</small></h4>
<h4><a ng-href="{{ getLaunchURL(app, guestMode) }}" target="{{::app.target}}" rel="{{::app.target | targetToRel}}">{{ app.title }}</a> <small ng-if="guestMode && !app.canAdd">(login to use)</small></h4>
<p>{{ app.description }}</p>
<p>
<md-button ng-click="addToHome(app)"
Expand Down

0 comments on commit d424759

Please sign in to comment.