Skip to content

Commit e1c3787

Browse files
authored
fix: wrong image path
1 parent f3e246e commit e1c3787

File tree

1 file changed

+1
-1
lines changed
  • Kendo UI Bootstrap Integration/Kendo UI Bootstrap Integration/Views/Home

1 file changed

+1
-1
lines changed

Kendo UI Bootstrap Integration/Kendo UI Bootstrap Integration/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
<script id="listview-template" type="x-kendo-template">
461461
<li class="col-xs-6 col-md-4 col-lg-2">
462462
<figure>
463-
<img src='@Url.Content("~/assets/photos/#= (src=%27%40Url.Content%28) Id #.jpg")' class="img-responsive" />
463+
<img src='@Url.Content("~/assets/photos/#=data.Id #.jpg")' class="img-responsive" />
464464
<figcaption class="hidden-xs">
465465
<h4>#: Title #</h4>
466466
<p class="hidden-sm">

0 commit comments

Comments
 (0)