Removed erroneous blade that led to confusing UX

This commit is contained in:
snipe
2016-01-11 18:48:49 -08:00
parent dad816ba25
commit bb88b85a02
3 changed files with 2 additions and 25 deletions
+1 -1
View File
@@ -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',
);
+1 -1
View File
@@ -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