summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/_clone_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_clone_panel.html.haml b/app/views/projects/_clone_panel.html.haml
index d9e74712866..9c07bd0da18 100644
--- a/app/views/projects/_clone_panel.html.haml
+++ b/app/views/projects/_clone_panel.html.haml
@@ -31,7 +31,7 @@
%li
= link_to new_project_snippet_path(@project), title: "New Snippet" do
Snippet
- - if @project.issues_enabled && can?(current_user, :admin_team_member, @project)
+ - if can?(current_user, :admin_team_member, @project)
%li.divider
%li
= link_to new_project_team_member_path(@project), title: "New Team member" do