Browse Source

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

tags/v0.1.8
yuyuanshifu 5 years ago
parent
commit
1d7db14a46
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