diff --git a/app/src/routes/dashboard/(admin)/drafts/+page.svelte b/app/src/routes/dashboard/(admin)/drafts/+page.svelte index ab0a4a6..a113d88 100644 --- a/app/src/routes/dashboard/(admin)/drafts/+page.svelte +++ b/app/src/routes/dashboard/(admin)/drafts/+page.svelte @@ -14,26 +14,27 @@ {#if draft === null} - {#if labs.some(({ quota }) => quota <= 0)} + {#if labs.some(({ quota }) => quota > 0)} +
+
+

Start a New Draft

+

+ Welcome to the Draft Ranking Automated Processor! There are currently no drafts + happening at the moment, but as an administrator, you have the authorization to start a new one. +

+

+ To begin, simply provide the the maximum number of rounds for the upcoming draft. This has + historically been set to 5. +

+
+ +
+ {:else} The total quota of all labs is currently zero. Please allocate at least one slot to a lab to proceed. {/if} -
-
-

Start a New Draft

-

- Welcome to the Draft Ranking Automated Processor! There are currently no drafts - happening at the moment, but as an administrator, you have the authorization to start a new one. -

-

- To begin, simply provide the the maximum number of rounds for the upcoming draft. This has historically - been set to 5. -

-
- -
{:else if draft.curr_round === null}