patx/projectpay
fix line items table
Commit 53982f8 · patx · 2026-06-28T16:27:31-04:00
Comments
No comments yet.
Diff
diff --git a/templates/_invoice_line_items.html b/templates/_invoice_line_items.html
index 331bebd..bbeb782 100644
--- a/templates/_invoice_line_items.html
+++ b/templates/_invoice_line_items.html
@@ -4,7 +4,6 @@
<article class="invoice-line-card">
<div class="invoice-line-description">{{ item.name|star_emphasis }}</div>
<div class="invoice-line-amount">
- <span>Price</span>
<strong>{{ item.amount_cents|money(currency) }}</strong>
</div>
</article>