Skip to content

Commit c10f714

Browse files
committed
Merge branch 'feature/websignup' of github-taingalls:taingalls/ferdium-server into feature/websignup
2 parents 4367c1a + 5514fcf commit c10f714

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

resources/views/dashboard/login.edge

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@
5959
Forgot my Password
6060
</a>
6161
</div>
62+
<div class="text-center">
63+
<p class="text-gray-600 text-sm text-center py-2">
64+
<br>
65+
Don't have a Ferdium account yet?
66+
<br>
67+
<a class="w-full font-bold text-sm text-blue-500 hover:text-blue-800" href="/websignup">
68+
Signup here!
69+
</a>
70+
<br>
71+
or
72+
</p>
73+
</div>
6274
<div class="text-center">
6375
<a class="w-full font-bold text-sm text-blue-500 hover:text-blue-800" href="../import">
6476
Import your Franz/Ferdi account

resources/views/others/index.edge

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@
2828
</ol>
2929
</div>
3030

31+
<br>
3132
<p class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8">
3233
Manage your account
3334
</p>
3435
<a href="/user/account" class="bg-gray-700 hover:bg-gray-900 text-white font-bold text-center md:text-left py-2 px-4 rounded">
3536
Go to account dashboard
3637
</a>
38+
<a href="/websignup" class="text-gray-700 font-bold pb-8 lg:pb-6 text-center md:text-left fade-in pt-8">
39+
Register on Ferdium
40+
</a>
3741
<p class="text-gray-700 my-10 py-0 pb-8 lg:pb-6 text-center md:text-left fade-in pt-2"><em><a href="https://ferdium.org">Don't have Ferdium yet?</a></em></p>
3842
</div>
3943

0 commit comments

Comments
 (0)