Unnecessary

This commit is contained in:
Jason Zimdars
2024-10-03 16:00:20 -05:00
parent 547b0f49ae
commit cdd46a3e98
+1 -1
View File
@@ -12,7 +12,7 @@
<% if bubble.due_on.present? %>
<time class="txt-nowrap txt-small fill-black txt-reversed border-radius" style="background-color: <%= bubble.color %>; padding: 0.4em 1em;">
<strong>DUE:</strong> <%= bubble.due_on.strftime("%b %d").html_safe %>
<strong>DUE:</strong> <%= bubble.due_on.strftime("%b %d") %>
</time>
<% end %>