add contribution ranking

This commit is contained in:
Kukks
2019-01-09 12:22:36 +01:00
parent 82c47b6e9a
commit c32c3bb62b
7 changed files with 57 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ namespace BTCPayServer.Models.AppViewModels
public bool Started => !StartDate.HasValue || DateTime.Now.ToUniversalTime() > StartDate;
public bool Ended => !EndDate.HasValue || DateTime.Now.ToUniversalTime() > EndDate;
public bool DisplayPerksRanking { get; set; }
}
public class ContributeToCrowdfund