Browse Source

Merge branch 'develop' of https://git.pcl.ac.cn/yoyoyard/opendata into bench-mark

tags/v1.21.12.1
yuyuanshifu 4 years ago
parent
commit
3a840ce5f1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/settings/collaboration.tmpl

+ 2
- 2
templates/repo/settings/collaboration.tmpl View File

@@ -38,7 +38,7 @@
{{end}}
</div>
{{end}}
<div class="ui bottom attached segment">
<div class="ui bottom attached segment" style="z-index:-1">
<form class="ui form" id="repo-collab-form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<div class="inline field ui left">
@@ -89,7 +89,7 @@
{{end}}
</div>
{{end}}
<div class="ui bottom attached segment">
<div class="ui bottom attached segment" style="z-index:-1">
{{if $allowedToChangeTeams}}
<form class="ui form" id="repo-collab-team-form" action="{{.Link}}/team" method="post">
{{.CsrfTokenHtml}}


Loading…
Cancel
Save