Removed erroneous blade that led to confusing UX
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
return array (
|
||||
'app_version' => 'v2.1.0-pre',
|
||||
'hash_version' => 'v2.1.0-pre-22-g9800786',
|
||||
'hash_version' => 'v2.1.0-pre-24-g4037200',
|
||||
);
|
||||
@@ -842,7 +842,7 @@ class AssetsController extends AdminController
|
||||
file_put_contents($file, $display_output);
|
||||
|
||||
|
||||
return View::make('backend/hardware/import-status');
|
||||
return Redirect::to('hardware')->with('success','Your file has been imported');
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
@extends('backend/layouts/default')
|
||||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
@lang('general.import') ::
|
||||
@parent
|
||||
@stop
|
||||
|
||||
{{-- Page content --}}
|
||||
@section('content')
|
||||
|
||||
<div class="row header">
|
||||
<div class="col-md-12">
|
||||
<a href="{{ URL::previous() }}" class="btn-flat gray pull-right"><i class="fa fa-arrow-left icon-white"></i> @lang('general.back')</a>
|
||||
<h3> @lang('general.import')</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Your process has started.
|
||||
|
||||
|
||||
@stop
|
||||
Reference in New Issue
Block a user