pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 69d41ef8c64a6aa76b4b86178ac2b4dd80a0f9ba
parent c31d2727297605e7a12c1ac860fce90bdc69eba1
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue,  5 May 2015 00:01:42 -0600

tt: add anchors to each item in the fine list

Diffstat:
Mtt/fine_list.tt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tt/fine_list.tt b/tt/fine_list.tt @@ -12,6 +12,7 @@ <div class="product"> [% manuf_html = product.0.lower.replace('[ #\/]', '_') %] [% part_link = product.1.lower.replace('[ #\/]', '_') %] + <a name="[% part_link %]"></a> [% PERL %] my $manuf_html = $stash->get("manuf_html"); my ($logo) = glob("logo/$manuf_html*");