mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-10 05:48:39 +00:00
Make cases green
This commit is contained in:
parent
7ba50e26f5
commit
f1b44af420
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
@{
|
@{
|
||||||
Database database = new();
|
Database database = new();
|
||||||
string color = Model.Expired ? "red" : "yellow";
|
string color = Model.Expired ? "red" : "green";
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="ui @color segment">
|
<div class="ui @color segment">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue