Showing
2 changed files
with
2 additions
and
2 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | {{#each colors}} | 13 | {{#each colors}} |
14 | <li class="{{#if focus}}focus{{/if}} {{#unless total}}disable{{/unless}} pull-left" | 14 | <li class="{{#if focus}}focus{{/if}} {{#unless total}}disable{{/unless}} pull-left" |
15 | title="{{title}}" data-color="{{name}}" data-total="{{total}}"> | 15 | title="{{title}}" data-color="{{name}}" data-total="{{total}}"> |
16 | - <img src="{{src}}"><span class="color-name">{{name}}</span> | 16 | + <img src="{{image src 25 34}}"><span class="color-name">{{name}}</span> |
17 | </li> | 17 | </li> |
18 | {{/each}} | 18 | {{/each}} |
19 | </ul> | 19 | </ul> |
-
Please register or login to post a comment