Skip to content

Commit

Permalink
Fixing the date error
Browse files Browse the repository at this point in the history
  • Loading branch information
ger619 committed Apr 17, 2024
1 parent a1a2421 commit f48f123
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/opponent/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
<div class="flex justify-between border-[#FAE115] border-b-2 p-2">
<p class="p-2">
<%= opp.match_date.strftime("%d of %B, %Y") %>

at
<%= opp.match_time.strftime("%I:%M %p") %>

|
<%= opp.venue %>
</p>
Expand Down

0 comments on commit f48f123

Please sign in to comment.