summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/snippets/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/snippets/index.html.haml b/app/views/dashboard/snippets/index.html.haml
index 13cba7ca224..81bfa44a665 100644
--- a/app/views/dashboard/snippets/index.html.haml
+++ b/app/views/dashboard/snippets/index.html.haml
@@ -33,4 +33,4 @@
= link_to new_snippet_path, class: "btn btn-new btn-block", title: "New snippet" do
New snippet
-= render 'snippets/snippets'
+= render partial: 'snippets/snippets', locals: { link_project: true }