Skip to content

Commit

Permalink
svg icons can't be loaded from cdn atm
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Jun 4, 2015
1 parent 104e6c4 commit 367f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/lists/tools.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="<%= tool[ platform.name ] %>" title="Link to <%= platform.description %>" target="_blank">
<svg class="icon">
<use xlink:href="<%= cdn %>/icons-<%= hash.svg %>.svg#icon-<%= platform.name %>" />
<use xlink:href="/icons-<%= hash.svg %>.svg#icon-<%= platform.name %>" />
</svg>
<span class="tooltip"><% if ( tool[ platform.name ].isPaid ) { %>Paid <% } %><%= platform.description %></span>
<span class="stars"><%= ( tool.stars && tool.stars[ platform.name ] ) ? tool.stars[ platform.name ] + '☆' : 'N/A' %></span>
Expand Down

0 comments on commit 367f3f6

Please sign in to comment.