Unnecessary
This commit is contained in:
@@ -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 %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user