From 406ae251622387a5f4381793c27b6119bdd92265 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 15 Sep 2014 17:57:19 +0200 Subject: [PATCH] Fix the limit views. --- app/controllers/CategoryController.php | 2 ++ app/views/categories/create.blade.php | 3 --- app/views/categories/delete.blade.php | 3 --- app/views/categories/edit.blade.php | 3 --- app/views/categories/index.blade.php | 3 --- app/views/categories/show.blade.php | 3 --- 6 files changed, 2 insertions(+), 15 deletions(-) diff --git a/app/controllers/CategoryController.php b/app/controllers/CategoryController.php index 2047829200..dae38670fb 100644 --- a/app/controllers/CategoryController.php +++ b/app/controllers/CategoryController.php @@ -21,6 +21,8 @@ class CategoryController extends BaseController { $this->_repository = $repository; $this->_category = $category; + View::share('title','Categories'); + View::share('mainTitleIcon', 'fa-bar-chart'); } /** diff --git a/app/views/categories/create.blade.php b/app/views/categories/create.blade.php index 464445d4db..f97cab4f67 100644 --- a/app/views/categories/create.blade.php +++ b/app/views/categories/create.blade.php @@ -2,9 +2,6 @@ @section('content')
-

Firefly - Create a category -

Use categories to group your expenses

Use categories to group expenses by hobby, for certain types of groceries or what bills are for. diff --git a/app/views/categories/delete.blade.php b/app/views/categories/delete.blade.php index 16f7853ae2..fb262aedea 100644 --- a/app/views/categories/delete.blade.php +++ b/app/views/categories/delete.blade.php @@ -2,9 +2,6 @@ @section('content')

-

Firefly - Delete "{{{$category->name}}}" -

Remember that deleting something is permanent.

diff --git a/app/views/categories/edit.blade.php b/app/views/categories/edit.blade.php index 2026a1c9c9..f245bf4757 100644 --- a/app/views/categories/edit.blade.php +++ b/app/views/categories/edit.blade.php @@ -2,9 +2,6 @@ @section('content')
-

Firefly - Edit category "{{{$category->name}}}" -

Use categories to group your expenses

diff --git a/app/views/categories/index.blade.php b/app/views/categories/index.blade.php index 13644d03c8..f6bced7af0 100644 --- a/app/views/categories/index.blade.php +++ b/app/views/categories/index.blade.php @@ -2,9 +2,6 @@ @section('content')
-

Firefly - Categories -

Use categories to group your expenses

Use categories to group expenses by hobby, for certain types of groceries or what bills are for. diff --git a/app/views/categories/show.blade.php b/app/views/categories/show.blade.php index a92de10f34..14a4b5f4db 100644 --- a/app/views/categories/show.blade.php +++ b/app/views/categories/show.blade.php @@ -5,9 +5,6 @@

-

Firefly - Category "{{{$category->name}}}" -

Use categories to group your expenses

Use categories to group expenses by hobby, for certain types of groceries or what bills are for.