diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-06-06 15:56:04 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-06-13 19:32:00 -0300 |
commit | af8500f43010f42176b2ec1814f0fe7248258b05 (patch) | |
tree | 5c0ec35246c538ed4563182f5f01578dae3df7cc | |
parent | f34af6b83cc2663bb8a076f4df9c82047e5511ab (diff) | |
download | gitlab-ce-af8500f43010f42176b2ec1814f0fe7248258b05.tar.gz |
Allow users to create confidential issues in private projects
-rw-r--r-- | app/views/shared/issuable/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml index 17e2a7e9290..d503026f913 100644 --- a/app/views/shared/issuable/_form.html.haml +++ b/app/views/shared/issuable/_form.html.haml @@ -35,7 +35,7 @@ .clearfix .error-alert -- if issuable.is_a?(Issue) && !issuable.project.private? +- if issuable.is_a?(Issue) .form-group .col-sm-offset-2.col-sm-10 .checkbox |