Okay that's about everything
This commit is contained in:
parent
023ad47ae4
commit
d094ff036f
19 changed files with 236 additions and 79 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<.flash_group flash={@flash} />
|
||||
<dialog open class="modal">
|
||||
<dialog open class="modal bg-base-300">
|
||||
<article class="modal-box">
|
||||
<.form
|
||||
for={@form}
|
||||
|
|
@ -8,13 +8,13 @@
|
|||
action="/token"
|
||||
>
|
||||
<label class="label">
|
||||
<span class="label-text">What is your name?</span>
|
||||
<span class="label-text-alt">Top Right label</span>
|
||||
<span class="label-text">Enter your railway token</span>
|
||||
<a href="https://railway.app/account/tokens" class="label-text-alt underline">Get it here</a>
|
||||
</label>
|
||||
|
||||
<input class="input input-bordered" name="railway_token" />
|
||||
<div class="text-center mt-6">
|
||||
<button class="btn">Test</button>
|
||||
<button class="btn">Begin</button>
|
||||
</div>
|
||||
</.form>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue