We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e246e commit e1c3787Copy full SHA for e1c3787
Kendo UI Bootstrap Integration/Kendo UI Bootstrap Integration/Views/Home/Index.cshtml
@@ -460,7 +460,7 @@
460
<script id="listview-template" type="x-kendo-template">
461
<li class="col-xs-6 col-md-4 col-lg-2">
462
<figure>
463
- <img src='@Url.Content("~/assets/photos/#= (src=%27%40Url.Content%28) Id #.jpg")' class="img-responsive" />
+ <img src='@Url.Content("~/assets/photos/#=data.Id #.jpg")' class="img-responsive" />
464
<figcaption class="hidden-xs">
465
<h4>#: Title #</h4>
466
<p class="hidden-sm">
0 commit comments