diff --git a/app/views/projects/settings/_new_edit.html.erb b/app/views/projects/settings/_new_edit.html.erb index d61352c6e..376162ebc 100644 --- a/app/views/projects/settings/_new_edit.html.erb +++ b/app/views/projects/settings/_new_edit.html.erb @@ -39,12 +39,12 @@ <% end %>
  • - > + > (打钩为公开项目,不打钩为私有项目;私有项目仅项目成员可见。)
  • - > + >
  • <% if Member.where(:user_id => User.current.id, :project_id => @project.id).first.try(:roles).to_s.include?("Manager") %>