mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Add more todos
This commit is contained in:
parent
884e38bdab
commit
84f236a58d
1 changed files with 2 additions and 0 deletions
|
@ -75,11 +75,13 @@
|
|||
<!-- TODO: implement Err_FederationRepos somewhere -->
|
||||
<div class="field {{if .Err_FederationRepos}}error{{end}}">
|
||||
<label for="federation_repos">{{ctx.Locale.Tr "repo.settings.federation_labelname_repo"}}</label>
|
||||
<!-- TODO: input is far from ideal, we might want something that allows for more overview -->
|
||||
<input id="federation_repos" name="federation_repos" value="{{.Repository.FederationRepos}}" data-repo-name="{{.Repository.FederationRepos}}">
|
||||
</div>
|
||||
<div class="field">
|
||||
<button class="ui primary button">{{ctx.Locale.Tr "repo.settings.update_settings"}}</button>
|
||||
</div>
|
||||
<!-- TODO: We need a way to display the currently federated repos. -->
|
||||
</form>
|
||||
</div>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue