Skip to content

Commit

Permalink
Wrong model passed in, Details didn't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Aug 15, 2012
1 parent 65da5f1 commit 0fab5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MvcMusicStore/views/Albums/Details.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h2>@Model.Title</h2>

<p>
@Assets.AlbumArt(album,"480")
@Assets.AlbumArt(Model,"480")
</p>

<div id="album-details">
Expand Down

0 comments on commit 0fab5f7

Please sign in to comment.