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' : ''; ?> -
  • {{ $app->title }}
  • +
  • {{ $app->title }}
  • @endforeach @@ -46,8 +46,8 @@
    @@ -76,10 +76,10 @@ @endif - - - - + + + +
    diff --git a/resources/views/item.blade.php b/resources/views/item.blade.php index 4cf9afed..73099f27 100644 --- a/resources/views/item.blade.php +++ b/resources/views/item.blade.php @@ -13,6 +13,6 @@ target }} href="{{ $app->link }}"> - + diff --git a/resources/views/items/form.blade.php b/resources/views/items/form.blade.php index 9d8b20cf..8c5388f8 100644 --- a/resources/views/items/form.blade.php +++ b/resources/views/items/form.blade.php @@ -3,7 +3,7 @@
    {{ __('app.apps.add_application') }}
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    @@ -73,7 +73,7 @@
     
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    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 @@
    {{ __('app.apps.app_list') }} @if( isset($trash) && $trash->count() > 0 ) - {{ __('app.apps.view_trash') }} ({{ $trash->count() }}) + {{ __('app.apps.view_trash') }} ({{ $trash->count() }}) @endif
    - {{ __('app.buttons.add') }} - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.add') }} + {{ __('app.buttons.cancel') }}
    @@ -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
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    @@ -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) }}
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    @@ -23,7 +23,7 @@
     
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    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') }}
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    @@ -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 @@
    {{ __('app.apps.tag_list') }} @if( isset($trash) && $trash->count() > 0 ) - {{ __('app.apps.view_trash') }} ({{ $trash->count() }}) + {{ __('app.apps.view_trash') }} ({{ $trash->count() }}) @endif
    @@ -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
    - {{ __('app.buttons.cancel') }} + {{ __('app.buttons.cancel') }}
    @@ -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 @@

    {!! __('app.dash.no_apps', [ - 'link1' => ''.__('app.dash.link1').'', + 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!}