Huge updates:

1. Redesigned the web
2. Fixed logging in redirect issue
3. Added new route
4. Fixed sql issue on entry
5. Fixed typos
This commit is contained in:
2017-09-14 16:39:53 +07:00
parent ae8ce075e8
commit 00c5aba77d
12 changed files with 348 additions and 116 deletions

View File

@@ -19,7 +19,9 @@
<div class="fourth-600 none"></div>
<input type="hidden" name="_token" value="{{ token }}">
<div>
<button type="submit" class="half-600 full">Masuk</button>
<button type="submit" class="half-600 full pseudo">
<i class="fa fa-check fa-fw"></i>
</button>
</div>
</div>
</form>