This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/repo-star.html
2016-08-23 13:02:55 -04:00

5 lines
193 B
HTML

<span class="repo-star-element">
<i ng-class="repository.is_starred ? 'starred fa fa-star' : 'fa fa-star-o'"
class="star-icon" ng-click="toggleStar()" ng-show="loggedIn">
</i>
</span>