mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
My typing skills are rather untable.
This commit is contained in:
parent
e84b80a226
commit
4ed3b904ac
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<h2><span class="glyphicon glyphicon-star-empty"></span> Latest Untable Release</h2>
|
<h2><span class="glyphicon glyphicon-star-empty"></span> Latest Unstable Release</h2>
|
||||||
@{
|
@{
|
||||||
var urelease = db.Downloads.Where(x => x.IsStable == false && x.Obsolete == false).OrderByDescending(x => x.PostDate).FirstOrDefault();
|
var urelease = db.Downloads.Where(x => x.IsStable == false && x.Obsolete == false).OrderByDescending(x => x.PostDate).FirstOrDefault();
|
||||||
if (urelease == null)
|
if (urelease == null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue