Skip to content

Commit

Permalink
Wasn't displaying the date last sent correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 21, 2023
1 parent 9635d45 commit 199706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/alerts_new/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dd class="text-3xl font-bold text-navy"><%= alert.address %></dd>
<dt class="mt-5 text-2xl font-bold leading-6 text-navy">Last email sent</dt>
<dd class="text-2xl font-normal text-navy">
<%= last_sent_in_words(@alert.last_sent) %>
<%= last_sent_in_words(alert.last_sent) %>
</dd>
</dl>
<%= image_tag "tailwind/right-arrow.svg", class: "pb-1", alt: "Right arrow" %>
Expand Down

0 comments on commit 199706d

Please sign in to comment.