Skip to content

Instantly share code, notes, and snippets.

@albertromkes
Created March 18, 2013 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertromkes/5190159 to your computer and use it in GitHub Desktop.
Save albertromkes/5190159 to your computer and use it in GitHub Desktop.
@model ArticleViewModel
@foreach(var relatedLink in Model.RelatedLinks)
{
<div class="cd-list">
<a class="cd-link-ext" title="@relatedLink.Title" href="@relatedLink.Url" target="_blank">
@Html.RenderImage(relatedLink)
</a>
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment