summaryrefslogtreecommitdiffstats
path: root/data/templates/products
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2022-12-18 16:05:48 +0100
committerSebastian Reichel <sre@ring0.de>2022-12-18 17:34:50 +0100
commit1479f8842ac81a8df51ddef2b89be5ecdc046948 (patch)
tree44819aef9ac49622057892efb81078db1ca251d2 /data/templates/products
parent6ba3fe4bf2cd77147c940cbbf1f738b7a7ec6de1 (diff)
downloadserial-barcode-scanner-master.tar.bz2
web: show aliases in product detail pageHEADmaster
Diffstat (limited to 'data/templates/products')
-rw-r--r--data/templates/products/entry.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/products/entry.html b/data/templates/products/entry.html
index 64b2aa4..369da30 100644
--- a/data/templates/products/entry.html
+++ b/data/templates/products/entry.html
@@ -2,6 +2,7 @@
<p>
<table class="table table-bordered table-nonfluid">
<tr><th>EAN</th><td>{{{EAN}}}</td></tr>
+ <tr><th>Aliases</th><td><ul>{{{ALIASES}}}</ul></td></tr>
<tr><th>Name</th><td>{{{NAME}}}</td></tr>
<tr><th>Category</th><td>{{{CATEGORY}}}</td></tr>
<tr><th>Amount</th><td>{{{AMOUNT}}}</td></tr>