summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_nav.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/wikis/_nav.html.haml')
-rw-r--r--app/views/projects/wikis/_nav.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_nav.html.haml b/app/views/projects/wikis/_nav.html.haml
index a722fbc5352..988fe024e28 100644
--- a/app/views/projects/wikis/_nav.html.haml
+++ b/app/views/projects/wikis/_nav.html.haml
@@ -13,7 +13,6 @@
.nav-controls
- if can?(current_user, :create_wiki, @project)
= link_to '#modal-new-wiki', class: "add-new-wiki btn btn-new", "data-toggle" => "modal" do
- = icon('plus')
New Page
= render 'projects/wikis/new'