summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authordev2026-06-27 07:38:17 +0200
committerdev2026-06-27 07:38:17 +0200
commit3aaeec8c59f0f79f1a02d8d1a58b054e57e3bc85 (patch)
treebe88ce5199463d7e6dc0e5cfffd02cfda2c61ea4 /resources
parentf3c19bdbf58ff5a6220fea40b7fd9576230564c8 (diff)
downloadcurious-3aaeec8c59f0f79f1a02d8d1a58b054e57e3bc85.tar.gz
style: remove leading pipe before HN story date
Diffstat (limited to 'resources')
-rw-r--r--resources/views/cinema_show.blade.php2
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