latest walk good page open in new tab
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -7,10 +7,10 @@ | @@ -7,10 +7,10 @@ | ||
7 | <script id="latest-walk-tpl" type="text/html"> | 7 | <script id="latest-walk-tpl" type="text/html"> |
8 | \{{# latestWalk}} | 8 | \{{# latestWalk}} |
9 | <div class="good"> | 9 | <div class="good"> |
10 | - <a href="\{{href}}"> | 10 | + <a href="\{{href}}" target="_blank"> |
11 | <img class="lazy" data-original="\{{img}}"> | 11 | <img class="lazy" data-original="\{{img}}"> |
12 | </a> | 12 | </a> |
13 | - <a class="name" href="\{{href}}">\{{name}}</a> | 13 | + <a class="name" href="\{{href}}" target="_blank">\{{name}}</a> |
14 | <p class="price"> | 14 | <p class="price"> |
15 | <span class="market-price">\{{marketPrice}}</span> | 15 | <span class="market-price">\{{marketPrice}}</span> |
16 | <span class="sale-price">\{{salePrice}}</span> | 16 | <span class="sale-price">\{{salePrice}}</span> |
-
Please register or login to post a comment