Show PR settings on empty repos (#12808)
Fix #12788 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
4eb0a1dfaf
commit
7777017b43
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{if .Repository.CanEnablePulls}}
|
||||
{{if and (not .IsMirror) (.Repository.UnitEnabled $.UnitTypePullRequests)}}
|
||||
<div class="ui divider"></div>
|
||||
{{$pullRequestEnabled := .Repository.UnitEnabled $.UnitTypePullRequests}}
|
||||
{{$prUnit := .Repository.MustGetUnit $.UnitTypePullRequests}}
|
||||
|
|
Reference in a new issue