Browse Source

Fix double divider on issue sidebar (#11919)

tags/v1.13.0-rc1
Cirno the Strongest GitHub 5 years ago
parent
commit
e6dd66f913
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      templates/repo/issue/view_content/sidebar.tmpl

+ 1
- 3
templates/repo/issue/view_content/sidebar.tmpl View File

@@ -88,10 +88,8 @@
{{end}}
</div>
</div>

{{end}}

<div class="ui divider"></div>
{{end}}

<div class="ui {{if or (not .HasIssuesOrPullsWritePermission) .Repository.IsArchived}}disabled{{end}} floating jump select-label dropdown">
<span class="text">


Loading…
Cancel
Save