diff --git a/app/Http/Controllers/EchoareaController.php b/app/Http/Controllers/EchoareaController.php index abc71ad..085a562 100644 --- a/app/Http/Controllers/EchoareaController.php +++ b/app/Http/Controllers/EchoareaController.php @@ -41,9 +41,4 @@ class EchoareaController extends Controller return view('echoarea.addedit') ->with('o',$o); } - - public function home() - { - return view('echoarea.home'); - } } \ No newline at end of file diff --git a/app/Http/Controllers/FileareaController.php b/app/Http/Controllers/FileareaController.php index 8667a20..92613d9 100644 --- a/app/Http/Controllers/FileareaController.php +++ b/app/Http/Controllers/FileareaController.php @@ -46,9 +46,4 @@ class FileareaController extends Controller return view('filearea.addedit') ->with('o',$o); } - - public function home() - { - return view('filearea.home'); - } } \ No newline at end of file diff --git a/resources/views/domain/addedit.blade.php b/resources/views/domain/addedit.blade.php index 8f37093..87e68e8 100644 --- a/resources/views/domain/addedit.blade.php +++ b/resources/views/domain/addedit.blade.php @@ -104,7 +104,7 @@ @if ($o->nodelist_filename)
This system is aware of the following echoareas @can('admin',(new \App\Models\Echoarea))(you can add more)@endcan:
+This system is aware of the following echoareas @can('admin',(new \App\Models\Echoarea))(you can add more)@endcan:
@if (\App\Models\Echoarea::count() === 0) @can('admin',(new \App\Models\Echoarea)) -There are no echoareas setup, to set up your first.
+There are no echoareas setup, to set up your first.
@elseThere are no echoareas - you need to ask an admin to create one for you.
@endcan @@ -39,7 +39,7 @@ @foreach (\App\Models\Echoarea::orderBy('name')->with(['domain'])->get() as $oo)This system is aware of the following fileareas @can('admin',(new \App\Models\Filearea))(you can add more)@endcan:
+This system is aware of the following fileareas @can('admin',(new \App\Models\Filearea))(you can add more)@endcan:
@if (\App\Models\Filearea::count() === 0) @can('admin',(new \App\Models\Filearea)) -There are no fileareas setup, to set up your first.
+There are no fileareas setup, to set up your first.
@elseThere are no fileareas - you need to ask an admin to create one for you.
@endcan @@ -39,7 +39,7 @@ @foreach (\App\Models\Filearea::orderBy('name')->with(['domain'])->get() as $oo)