diff options
Diffstat (limited to 'resources/views/cinema_show.blade.php')
| -rw-r--r-- | resources/views/cinema_show.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 29e319c..56dd89f 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -165,7 +165,7 @@ @endif </a> <small class="text-muted"> - | {{ \Carbon\Carbon::createFromTimestamp($story->time)->format('Y-m-d') }} + {{ \Carbon\Carbon::createFromTimestamp($story->time)->format('Y-m-d') }} @if ($story->score > 0) · <span class="badge badge-pill badge-secondary">{{ $story->score }} Upvotes</span> @endif |
