Skip to content

Commit

Permalink
updated date in meetings/show to show month
Browse files Browse the repository at this point in the history
  • Loading branch information
nfigueira authored May 6, 2021
1 parent 17b07e0 commit 2fb6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/meetings/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Your Next Meeting Info
.card-body
%h5 Time & Date:
#{@meeting.set_time.strftime("%A %d at %l:%M %p")}
#{@meeting.set_time.strftime("%A, %B %d at %l:%M %p")}
.card-body
%h5 Location:
#{@meeting.set_location.titleize}
Expand Down

0 comments on commit 2fb6757

Please sign in to comment.