forked from forgejo/forgejo
#2037 Add "New Mirror" button on Dashboard
This commit is contained in:
parent
15d62bba82
commit
b8d48bdb62
5 changed files with 917 additions and 701 deletions
|
@ -89,7 +89,7 @@
|
|||
<h4 class="ui top attached header">
|
||||
{{.i18n.Tr "home.my_mirrors"}} <span class="ui grey label">{{.MirrorCount}}</span>
|
||||
<div class="ui right">
|
||||
<a class="ui blue tiny show-panel button" href="{{AppSubUrl}}/repo/migrate">{{.i18n.Tr "new_migrate"}}</a>
|
||||
<a class="ui blue tiny show-panel button" href="{{AppSubUrl}}/repo/migrate?mirror=1">{{.i18n.Tr "new_mirror"}}</a>
|
||||
</div>
|
||||
</h4>
|
||||
<div class="ui attached table segment">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue