mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-25 20:25:56 +00:00
Page: Manage social accounts
This commit is contained in:
parent
08c6d07aad
commit
78defd238c
14 changed files with 148 additions and 123 deletions
|
@ -30,6 +30,7 @@
|
|||
</div>
|
||||
<hr>
|
||||
<br>
|
||||
{{if not .Repository.IsBare}}
|
||||
<div class="field">
|
||||
<label>{{.i18n.Tr "repo.default_branch"}}</label>
|
||||
<select name="branch">
|
||||
|
@ -39,6 +40,7 @@
|
|||
{{end}}
|
||||
</select>
|
||||
</div>
|
||||
{{end}}
|
||||
{{if .Repository.IsMirror}}
|
||||
<div class="field">
|
||||
<label for="interval">{{.i18n.Tr "repo.mirror_interval"}}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue