This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
hide branch on pull request view or create UI (
#2454
)
master
Lunny Xiao
Lauris BH
7 years ago
parent
4f9a28e1f5
commit
95c408ffa5
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
templates/repo/issue/branch_selector_field.tmpl
+ 2
- 0
templates/repo/issue/branch_selector_field.tmpl
View File
@@ -1,3 +1,4 @@
{{if and (not .Issue.IsPull) (not .PageIsComparePull)}}
<input id="ref_selector" name="ref" type="hidden" value="{{.Issue.Ref}}">
<div class="ui {{if .ReadOnly}}disabled{{end}} floating filter select-branch dropdown" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}">
<div class="ui basic small button">
@@ -39,3 +40,4 @@
</div>
<div class="ui divider"></div>
{{end}}
Write
Preview
Loading…
Cancel
Save