- @if(_raid.SignUps.Where(s => s.LiebUserId == _user.LiebUserId).Any())
- {
-
- You are signed up
- }
- else if(_raid.SignUps.Where(s => s.SignUpType == SignUpType.SignedUp).Count() < _raid.Roles.Sum(r => r.Spots))
- {
-
- You can sign up
- }
- else
- {
-
- The raid is full
- }
-
+ @if(_raid.SignUps.Where(s => s.LiebUserId == _user.LiebUserId).Any())
+ {
+
+ You are signed up
+ }
+ else if(_raid.SignUps.Where(s => s.SignUpType == SignUpType.SignedUp).Count() < _raid.Roles.Sum(r => r.Spots))
+ {
+
+ You can sign up
+ }
+ else
+ {
+
+ The raid is full
+ }
+
+ }
+
-
+
-
-
-
Date
-
@_startTime.DateTime.ToLongDateString()
+
+
+
Date
+
@_startTime.DateTime.ToLongDateString()
+
+
+
Time
+
from: @_startTime.DateTime.ToShortTimeString() to: @_endTime.DateTime.ToShortTimeString()
+
-
-
Time
-
from: @_startTime.DateTime.ToShortTimeString() to: @_endTime.DateTime.ToShortTimeString()