diff options
| author | dev | 2026-06-27 07:38:17 +0200 |
|---|---|---|
| committer | dev | 2026-06-27 07:38:17 +0200 |
| commit | 3aaeec8c59f0f79f1a02d8d1a58b054e57e3bc85 (patch) | |
| tree | be88ce5199463d7e6dc0e5cfffd02cfda2c61ea4 /resources/views/cinema_show.blade.php | |
| parent | f3c19bdbf58ff5a6220fea40b7fd9576230564c8 (diff) | |
| download | curious-3aaeec8c59f0f79f1a02d8d1a58b054e57e3bc85.tar.gz | |
style: remove leading pipe before HN story date
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 |
