From f06651220443fc1c8d291098e87acf00435abec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 15 Dec 2021 12:51:45 +0900 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=8C=B2=E3=83=9C=E3=82=BF=E3=83=B3?= =?UTF-8?q?=E3=81=AF=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../peertube/parts/common/subscribe.blade.php | 7 ++++ .../peertube/parts/w/info/first.blade.php | 2 +- .../peertube/parts/w/info/subscribe.blade.php | 39 ------------------- 3 files changed, 8 insertions(+), 40 deletions(-) create mode 100644 resources/views/theme/techsuwa/component/peertube/parts/common/subscribe.blade.php delete mode 100644 resources/views/theme/techsuwa/component/peertube/parts/w/info/subscribe.blade.php 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