Fixed layout issue in order and downloadable grid at customer #3472
This commit is contained in:
parent
de60d86b56
commit
f114ba2dcb
|
|
@ -48,7 +48,6 @@ class HomeController extends Controller
|
|||
*/
|
||||
public function index()
|
||||
{
|
||||
|
||||
$currentChannel = core()->getCurrentChannel();
|
||||
|
||||
$currentLocale = core()->getCurrentLocale();
|
||||
|
|
@ -59,7 +58,6 @@ class HomeController extends Controller
|
|||
->get()
|
||||
->toArray();
|
||||
|
||||
|
||||
return view($this->_config['view'], compact('sliderData'));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<meta name="description" content="{{ $page->meta_description }}" />
|
||||
|
||||
<meta name="keywords" content="{{ $page->meta_keywords }}" />
|
||||
|
||||
@endsection
|
||||
|
||||
@section('content-wrapper')
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
@endif
|
||||
<div class="horizontal-rule"></div>
|
||||
</div>
|
||||
|
||||
|
||||
{!! view_render_event('bagisto.shop.customers.account.address.list.before', ['addresses' => $addresses]) !!}
|
||||
|
||||
<div class="account-table-content">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<div class="sign-up-text">
|
||||
{{ __('shop::app.customer.login-text.no_account') }} - <a href="{{ route('customer.register.index') }}">{{ __('shop::app.customer.login-text.title') }}</a>
|
||||
</div>
|
||||
|
||||
|
||||
{!! view_render_event('bagisto.shop.customers.login.before') !!}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue