mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
Simple error.
This commit is contained in:
parent
08688a7a9c
commit
371fb31867
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
<strong>OBSOLETE: </strong>
|
<strong>OBSOLETE: </strong>
|
||||||
}
|
}
|
||||||
@Html.ActionLink(release.Name, "ViewRelease", "Download", new { id = release.Id }, null)<br/>
|
@Html.ActionLink(release.Name, "ViewRelease", "Download", new { id = release.Id }, null)<br/>
|
||||||
<p>...released by @Html.UserLink(release.ReleasedBy), released on @Model.PostDate</p>
|
<p>...released by @Html.UserLink(release.ReleasedBy), released on @release.PostDate</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://youtube.com/watch?v=@release.DevUpdateId" class="btn btn-default"><span class="glyphicon glyphicon-play"></span> Watch dev update</a>
|
<a href="http://youtube.com/watch?v=@release.DevUpdateId" class="btn btn-default"><span class="glyphicon glyphicon-play"></span> Watch dev update</a>
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
<strong>OBSOLETE: </strong>
|
<strong>OBSOLETE: </strong>
|
||||||
}
|
}
|
||||||
@Html.ActionLink(release.Name, "ViewRelease", "Download", new { id = release.Id }, null)<br />
|
@Html.ActionLink(release.Name, "ViewRelease", "Download", new { id = release.Id }, null)<br />
|
||||||
<p>...released by @Html.UserLink(release.ReleasedBy), released on @Model.PostDate</p>
|
<p>...released by @Html.UserLink(release.ReleasedBy), released on @release.PostDate</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://youtube.com/watch?v=@release.DevUpdateId" class="btn btn-default"><span class="glyphicon glyphicon-play"></span> Watch dev update</a>
|
<a href="http://youtube.com/watch?v=@release.DevUpdateId" class="btn btn-default"><span class="glyphicon glyphicon-play"></span> Watch dev update</a>
|
||||||
|
|
Loading…
Reference in a new issue