]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Fix button router link
authorChocobozzz <me@florianbigard.com>
Fri, 18 Aug 2023 09:09:34 +0000 (11:09 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 18 Aug 2023 09:09:34 +0000 (11:09 +0200)
commitca589b42f1159d4474d7803c02b0c90579316bd5
treee55230c77ea379648dd8195c17ded8282199de65
parentc925e99ca40c9077eda0f6b47e76c671189a661d
Fix button router link

Using the default one assigns the directive to the host, where we just
want to put it inside the `my-button` component
12 files changed:
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html
client/src/app/+admin/plugins/plugin-search/plugin-search.component.html
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor-button.component.html
client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
client/src/app/+my-library/my-video-imports/my-video-imports.component.html
client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html
client/src/app/+my-library/my-videos/my-videos.component.html
client/src/app/shared/shared-main/buttons/button.component.html
client/src/app/shared/shared-main/buttons/button.component.ts
client/src/app/shared/shared-main/buttons/edit-button.component.ts
client/src/app/shared/shared-video-live/live-stream-information.component.html
client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html