This commit is contained in:
Michael 2017-03-25 13:19:40 -04:00
parent 0904c5875a
commit 77b1caf60e

View file

@ -26,7 +26,7 @@
@foreach(var skin in Model)
{
<tr>
<td><img src="@skin.ScreenshotUrl" style="width:auto;height:auto;" style="max-width:320px;width:auto;height:auto;"/></td>
<td><img src="@skin.ScreenshotUrl" style="max-width:320px;width:auto;height:auto;"/></td>
<td>
@Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Name }, null) <br/>
<p>By @Html.UserLink(skin.UserId) on @skin.PostedAt</p>