diff --git a/app/views/projects/_development_group.html.erb b/app/views/projects/_development_group.html.erb index 330269b1d..273fcf56a 100644 --- a/app/views/projects/_development_group.html.erb +++ b/app/views/projects/_development_group.html.erb @@ -39,6 +39,14 @@ <% end %> <% end %> + +<% if allow_pull_request(@project) %> + +<% end %> + <%# --版本库被设置成私有、module中设置不显示、没有创建版本库 三种情况不显示-- %> <% if visible_repository?(@project) %> <% end %> -<% if allow_pull_request(@project) %> - -<% end %> +