aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc/channels-setup-message.component.html
blob: 539df06bd3e2cf245da5b9c08ffc75a128c4bf8b (plain) (blame)
1
2
3
4
5
6
7
8
<div *ngIf="hasChannelNotConfigured()" class="channels-setup-message alert pt-alert-primary">
  <my-global-icon iconName="tip"></my-global-icon>

  <div>
    <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="channels-settings-link" routerLink="/my-library/video-channels" i18n>Set up my channels</a>
  </div>
</div>