mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-09 11:23:20 +00:00
Implement folder sorting
This commit is contained in:
parent
6eb900b814
commit
d1cf5d3038
5 changed files with 49 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
<div class="field">
|
||||
<label class="label">Username / Email</label>
|
||||
<div class="control has-icons-left">
|
||||
<input required name="username" class="input {{#if errors.username}}is-danger{{/if}}" type="text" placeholder="Username or Email">
|
||||
<input autofocus required name="username" class="input {{#if errors.username}}is-danger{{/if}}" type="text" placeholder="Username or Email">
|
||||
<span class="icon is-small is-left">
|
||||
<i class="fas fa-user"></i>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue