1
0
Fork 0

Don't show loading for non-js users

This commit is contained in:
Stasiek Michalski 2018-06-15 08:36:49 +02:00 committed by GitHub
parent 58685f3b0e
commit 2c07d2fb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,8 @@
@section('content') @section('content')
<div class="container"> <div class="container px-0">
<div class="col-12 col-md-8 offset-md-2 pt-4"> <div class="col-md-8 mx-auto pt-4 px-0">
@if ($errors->any()) @if ($errors->any())
<div class="alert alert-danger"> <div class="alert alert-danger">
<ul> <ul>
@ -28,11 +28,11 @@
@endforeach @endforeach
</div> </div>
<div class="page-load-status"> <div class="page-load-status" style="display: none;">
<div class="infinite-scroll-request"> <div class="infinite-scroll-request" style="display: none;">
<div class="d-none fixed-top loading-page"></div> <div class="fixed-top loading-page"></div>
</div> </div>
<div class="infinite-scroll-last"> <div class="infinite-scroll-last" style="display: none;">
<h3>No more content</h3> <h3>No more content</h3>
<p class="text-muted"> <p class="text-muted">
Maybe you could try Maybe you could try
@ -40,7 +40,7 @@
more people you can follow. more people you can follow.
</p> </p>
</div> </div>
<div class="infinite-scroll-error"> <div class="infinite-scroll-error" style="display: none;">
<h3>Whoops, an error</h3> <h3>Whoops, an error</h3>
<p class="text-muted"> <p class="text-muted">
Try reloading the page Try reloading the page