Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
nicko170 committed Nov 28, 2022
1 parent 185bf9b commit 690dd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions resources/views/livewire/poll-index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class="poll-container hover:shadow-card transition duration-150 ease-in bg-white
<div class="flex items-center text-xs text-gray-400 font-semibold space-x-2">
<div>Created {{ $poll->created_at?->diffForHumans() ?? '-' }}</div>
<div>&bull;</div>
<div>{{ $poll->ope?->isPast() ? 'Ended' : 'Ends'}} {{ $poll->ends_at?->diffForHumans() ?? '-' }}</div>
<div>&bull;</div>
<div>{{ $poll->ends_at?->isPast() ? 'Ended' : 'Ends'}} {{ $poll->ends_at?->diffForHumans() ?? '-' }}</div>
<div>&bull;</div>
<div>{{ $poll->category->name }}</div>
Expand Down

0 comments on commit 690dd82

Please sign in to comment.