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/js/directives/ui/app-public-view/channels-list.html

3 lines
108 B
HTML
Raw Normal View History

<span ng-repeat="channel_name in item.channels">
<channel-icon name="channel_name"></channel-icon>
</span>