diff --git a/config/app.php b/config/app.php
index 9b816150..fc51386a 100644
--- a/config/app.php
+++ b/config/app.php
@@ -14,7 +14,7 @@ return [
*/
'name' => env('APP_NAME', 'Heimdall'),
- 'version' => '1.4.0',
+ 'version' => '1.4.1',
/*
|--------------------------------------------------------------------------
diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php
index 845daa43..76beca92 100644
--- a/resources/views/app.blade.php
+++ b/resources/views/app.blade.php
@@ -37,7 +37,7 @@
pinned === true) ? 'active' : '';
?>
-
@@ -73,7 +73,7 @@
diff --git a/resources/views/items/list.blade.php b/resources/views/items/list.blade.php
index 8d1a41ca..2b046b53 100644
--- a/resources/views/items/list.blade.php
+++ b/resources/views/items/list.blade.php
@@ -6,13 +6,13 @@
@@ -31,7 +31,7 @@
{{ $app->title }} |
{{ $app->link }} |
- target }} href="{!! route('items.edit', $app->id) !!}" title="{{ __('app.settings.edit') }} {!! $app->title !!}"> |
+ target }} href="{!! route('items.edit', [$app->id], false) !!}" title="{{ __('app.settings.edit') }} {!! $app->title !!}"> |
{!! Form::open(['method' => 'DELETE','route' => ['items.destroy', $app->id],'style'=>'display:inline']) !!}
diff --git a/resources/views/items/trash.blade.php b/resources/views/items/trash.blade.php
index d500361b..d3833586 100644
--- a/resources/views/items/trash.blade.php
+++ b/resources/views/items/trash.blade.php
@@ -7,7 +7,7 @@
Showing Deleted Applications
@@ -26,7 +26,7 @@
|
{{ $app->title }} |
{{ __('app.url') }} |
- |
+ |
{!! Form::open(['method' => 'DELETE','route' => ['items.destroy', $app->id],'style'=>'display:inline']) !!}
diff --git a/resources/views/settings/form.blade.php b/resources/views/settings/form.blade.php
index 44d993a8..3458ea06 100644
--- a/resources/views/settings/form.blade.php
+++ b/resources/views/settings/form.blade.php
@@ -3,7 +3,7 @@
{{ __($setting->label) }}
@@ -23,7 +23,7 @@
diff --git a/resources/views/settings/list.blade.php b/resources/views/settings/list.blade.php
index 07714351..665b36c3 100644
--- a/resources/views/settings/list.blade.php
+++ b/resources/views/settings/list.blade.php
@@ -29,7 +29,7 @@
|
@if((bool)$setting->system !== true)
-
+
@endif
|
diff --git a/resources/views/tags/form.blade.php b/resources/views/tags/form.blade.php
index b42049b2..2b5e98f3 100644
--- a/resources/views/tags/form.blade.php
+++ b/resources/views/tags/form.blade.php
@@ -3,7 +3,7 @@
{{ __('app.apps.add_tag') }}
@@ -67,7 +67,7 @@
diff --git a/resources/views/tags/list.blade.php b/resources/views/tags/list.blade.php
index 02def55d..0e079bde 100644
--- a/resources/views/tags/list.blade.php
+++ b/resources/views/tags/list.blade.php
@@ -6,13 +6,13 @@
@@ -31,7 +31,7 @@
{{ $app->title }} |
target }} href="{{ $app->url }}">{{ $app->link }} |
- |
+ |
{!! Form::open(['method' => 'DELETE','route' => ['tags.destroy', $app->id],'style'=>'display:inline']) !!}
diff --git a/resources/views/tags/trash.blade.php b/resources/views/tags/trash.blade.php
index 4598246b..df9fb0f7 100644
--- a/resources/views/tags/trash.blade.php
+++ b/resources/views/tags/trash.blade.php
@@ -7,7 +7,7 @@
Showing Deleted Applications
@@ -26,7 +26,7 @@
|
{{ $app->title }} |
{{ __('app.url') }} |
- |
+ |
{!! Form::open(['method' => 'DELETE','route' => ['tags.destroy', $app->id],'style'=>'display:inline']) !!}
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index f884c446..45108c4e 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -10,7 +10,7 @@
|