Chocobozzz/PeerTube

View on GitHub
client/src/app/shared/shared-main/channel/channels-setup-message.component.html

Summary

Maintainability
Test Coverage
<my-alert *ngIf="hasChannelNotConfigured()" type="primary" class="text-center">
  <my-global-icon iconName="tip"></my-global-icon>

  <div i18n>Some of your channels are not fully set up. Make them welcoming and explicit about what you publish by adding a <strong>banner</strong>, an <strong>avatar</strong> and a <strong>description</strong>.</div>

  <a *ngIf="!hideLink" class="peertube-button-link grey-button mt-2" routerLink="/my-library/video-channels" i18n>Set up my channels</a>
</my-alert>