mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
crap
This commit is contained in:
parent
0904c5875a
commit
77b1caf60e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue