Skip to content

Commit

Permalink
Fix Cloud-CV#1524: Minor glitch in view more link on home page (Cloud…
Browse files Browse the repository at this point in the history
  • Loading branch information
viditjain08 authored and deshraj committed Feb 11, 2018
1 parent 981f25e commit a246785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/web/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h4 class="grad-span">
<p>
<span class="w-500 text-light-black">Status: </span> <span class="w-500"> In Progress</span>
<span class="right">
<a ng-show="isAuth" class="view-more" ui-sref="web.challenge-main.challenge-page({challengeId:main.featured-challenge/Challenge.id})">view more <i class="fa fa-external-link"></i></a>
<a ng-show="isAuth" class="view-more" ui-sref="web.challenge-main.challenge-page({challengeId:main.featuredChallenge.id})">view more <i class="fa fa-external-link"></i></a>
<a ng-show="!isAuth" class="view-more" ui-sref="featured-challenge-page({challengeId:main.featuredChallenge.id})">view more <i class="fa fa-external-link"></i></a>
</span>
</p>
Expand Down

0 comments on commit a246785

Please sign in to comment.