Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bed4c0f

Browse files
tomhudatomdale
tomhuda
authored andcommittedFeb 11, 2013
Step 6
1 parent 4f84942 commit bed4c0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ <h1>BümBöx</h1>
2929
<div class="album-list">
3030
{{#each controller}}
3131
<div class="album">
32-
<img {{bindAttr src="artwork"}}>
32+
{{#linkTo "album" this}}
33+
<img {{bindAttr src="artwork"}}>
34+
{{/linkTo}}
3335
<p class="album-name">{{name}}</p>
3436
<p class="album-artist">{{artist}}</p>
3537
<p class="song-count">

0 commit comments

Comments
 (0)
Please sign in to comment.