diff --git a/resources/views/theme/techsuwa/component/peertube/parts/common/subscribe.blade.php b/resources/views/theme/techsuwa/component/peertube/parts/common/subscribe.blade.php new file mode 100644 index 0000000..c0e805d --- /dev/null +++ b/resources/views/theme/techsuwa/component/peertube/parts/common/subscribe.blade.php @@ -0,0 +1,7 @@ + +
+ + + +
+
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/parts/w/info/first.blade.php b/resources/views/theme/techsuwa/component/peertube/parts/w/info/first.blade.php index 44ef2ee..f1f87aa 100644 --- a/resources/views/theme/techsuwa/component/peertube/parts/w/info/first.blade.php +++ b/resources/views/theme/techsuwa/component/peertube/parts/w/info/first.blade.php @@ -21,7 +21,7 @@
@include('theme.'.env('THEME').'.component.peertube.parts.w.info.channel') - @include('theme.'.env('THEME').'.component.peertube.parts.w.info.subscribe') + @include('theme.'.env('THEME').'.component.peertube.parts.common.subscribe')
\ No newline at end of file diff --git a/resources/views/theme/techsuwa/component/peertube/parts/w/info/subscribe.blade.php b/resources/views/theme/techsuwa/component/peertube/parts/w/info/subscribe.blade.php deleted file mode 100644 index a6adbdd..0000000 --- a/resources/views/theme/techsuwa/component/peertube/parts/w/info/subscribe.blade.php +++ /dev/null @@ -1,39 +0,0 @@ - -
- - -
-
\ No newline at end of file