Update log.blade.php

This commit is contained in:
Jiang Qinghua 2020-07-10 12:03:55 +08:00 committed by GitHub
parent f0f3a91e4d
commit 179bca3f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,7 +295,7 @@
</form> </form>
<div class="float-right"> <div class="float-right">
<a class=""><strong>Size:</strong> {{ $size }} &nbsp; <strong>Updated at:</strong> <a class=""><strong>Size:</strong> {{ $size }} &nbsp; <strong>Updated at:</strong>
{{ \Carbon\Carbon::create(date('Y-m-d H:i:s', filectime($filePath)))->diffForHumans() }}</a> {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', date('Y-m-d H:i:s', filectime($filePath)))->diffForHumans() }}</a>
&nbsp; &nbsp;
<div class="btn-group"> <div class="btn-group">
@if ($prevUrl) @if ($prevUrl)