Design updates

This commit is contained in:
Jonathan Cremin 2014-12-04 13:01:45 +00:00
parent c955039306
commit f7a5291e17
4 changed files with 33 additions and 20 deletions

View file

@ -31,8 +31,8 @@
<% for (var i=0;i < items.length;i++) { var album = items[i]; %>
<div class="col-md-3 col-xs-6">
<div class="service <%= i==0 ? "source-service" : "" %>">
<div class="matching-from"><%= i==0 ? "Found matches for this album" : "" %></div>
<img src="<%= album.artwork %>" class="img-rounded album-artwork" width="100%">
<div class="matching-from"><%= i==0 ? "Found matches for this link" : "" %></div>
<a href="<%= album.url %>"><img src="<%= album.artwork %>" class="img-rounded album-artwork" width="100%"></a>
<div class="service-link">
<a href="<%= album.url %>">Listen on <img src="/images/<%= album.service %>.png" class="img-rounded"></a>
</div>