Skip to content

Commit

Permalink
Merge branch 'deployed-as-of-jan-2024' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
armandofox committed Jan 22, 2024
2 parents f40de6d + 3e62336 commit 9d531c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/announcements/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<p class="fw-lighter small m-0" style="line-height: 2;"><small>Posted by <%= announcement.audience %> </small></p>
<p class="m-0" style="line-height: 1;">
<small>
<b> Event Date: </b> <%= announcement.eventtime.strftime("%Y-%m-%d %I:%M %p %Z") %> <br>
<b> Event Date: </b> <%= announcement.eventtime&.strftime("%Y-%m-%d %I:%M %p %Z") %> <br>
<b> Event Location: </b> <%= announcement.location %>
</small>
</p>
Expand Down

0 comments on commit 9d531c6

Please sign in to comment.