Browse Source

Merge pull request 'debug' (#172) from debug into develop

Reviewed-by: yuyuanshifu <747342561@qq.com>
master
史梦园 4 years ago
parent
commit
1bb5d7e029
2 changed files with 5 additions and 4 deletions
  1. +4
    -3
      templates/org/team/members.tmpl
  2. +1
    -1
      templates/repo/datasets/index.tmpl

+ 4
- 3
templates/org/team/members.tmpl View File

@@ -1,11 +1,12 @@
{{template "base/head" .}}

<div class="organization teams">
{{template "org/header" .}}
<div class="ui container">
{{template "base/alert" .}}
<div class="ui grid">
{{template "org/team/sidebar" .}}
<div class="ui ten wide column">
<div class="ui ten wide column" style="z-index: 1;">
{{template "org/team/navbar" .}}
{{if .IsOrganizationOwner}}
<div class="ui attached segment">
@@ -23,7 +24,7 @@
</form>
</div>
{{end}}
<div class="ui bottom attached table segment members">
<div class="ui attached table segment members">
{{range .Team.Members}}
<div class="item">
{{if $.IsOrganizationOwner}}
@@ -47,4 +48,4 @@
</div>
</div>
</div>
{{template "base/footer" .}}
{{template "base/footer" .}}

+ 1
- 1
templates/repo/datasets/index.tmpl View File

@@ -69,7 +69,7 @@
<div class="column">
<h2>{{.i18n.Tr "datasets"}}</h2>
</div>
<div class="column right aligned">
<div class="column right aligned" style="z-index:1">
<div class="ui right dropdown type jump item">
<span class="text">
{{.i18n.Tr "repo.issues.filter_sort"}}<i class="dropdown icon"></i>


Loading…
Cancel
Save