mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
#334: Add Deployment Key Support
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<form action="{{AppSubUrl}}/user/settings/ssh" method="post">
|
||||
{{$.CsrfTokenHtml}}
|
||||
<input name="_method" type="hidden" value="DELETE">
|
||||
<input name="id" type="hidden" value="{{.Id}}">
|
||||
<input name="id" type="hidden" value="{{.ID}}">
|
||||
<button class="right ssh-btn btn btn-red btn-radius btn-small">{{$.i18n.Tr "settings.delete_key"}}</button>
|
||||
</form>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user