···62 hx-swap="none"
63 class="flex flex-col gap-2"
64>
65- <p class="uppercase p-0">ADD EMAIL</p>
0066 <p class="text-sm text-gray-500 dark:text-gray-400">Commits using this email will be associated with your profile.</p>
67 <input
68 type="email"
···91 <div id="settings-emails-error" class="text-red-500 dark:text-red-400"></div>
92 <div id="settings-emails-success" class="text-green-500 dark:text-green-400"></div>
93</form>
94-{{ end }}
···62 hx-swap="none"
63 class="flex flex-col gap-2"
64>
65+ <label for="email-address" class="uppercase p-0">
66+ add email
67+ </label>
68 <p class="text-sm text-gray-500 dark:text-gray-400">Commits using this email will be associated with your profile.</p>
69 <input
70 type="email"
···93 <div id="settings-emails-error" class="text-red-500 dark:text-red-400"></div>
94 <div id="settings-emails-success" class="text-green-500 dark:text-green-400"></div>
95</form>
96+{{ end }}
+4-2
appview/pages/templates/user/settings/keys.html
···21 <div class="col-span-1 md:col-span-2">
22 <h2 class="text-sm pb-2 uppercase font-bold">SSH Keys</h2>
23 <p class="text-gray-500 dark:text-gray-400">
24- SSH public keys added here will be broadcasted to knots that you are a member of,
25 allowing you to push to repositories there.
26 </p>
27 </div>
···63 hx-swap="none"
64 class="flex flex-col gap-2"
65>
66- <p class="uppercase p-0">ADD SSH KEY</p>
0067 <p class="text-sm text-gray-500 dark:text-gray-400">SSH keys allow you to push to repositories in knots you're a member of.</p>
68 <input
69 type="text"
···21 <div class="col-span-1 md:col-span-2">
22 <h2 class="text-sm pb-2 uppercase font-bold">SSH Keys</h2>
23 <p class="text-gray-500 dark:text-gray-400">
24+ SSH public keys added here will be broadcasted to knots that you are a member of,
25 allowing you to push to repositories there.
26 </p>
27 </div>
···63 hx-swap="none"
64 class="flex flex-col gap-2"
65>
66+ <label for="key-name" class="uppercase p-0">
67+ add ssh key
68+ </label>
69 <p class="text-sm text-gray-500 dark:text-gray-400">SSH keys allow you to push to repositories in knots you're a member of.</p>
70 <input
71 type="text"