From e0bd3a45d9dc6c74cac1a33ea8c03d6d8334249b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 1 Oct 2019 21:06:09 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/dashboard/snippets/index.html.haml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/views/dashboard') diff --git a/app/views/dashboard/snippets/index.html.haml b/app/views/dashboard/snippets/index.html.haml index b649fe91c24..2caa8e0cac4 100644 --- a/app/views/dashboard/snippets/index.html.haml +++ b/app/views/dashboard/snippets/index.html.haml @@ -6,10 +6,6 @@ - if current_user.snippets.exists? = render partial: 'snippets/snippets_scope_menu', locals: { include_private: true } -.d-block.d-sm-none -   - = link_to _("New snippet"), new_snippet_path, class: "btn btn-success btn-block", title: _("New snippet") - - if current_user.snippets.exists? = render partial: 'shared/snippets/list', locals: { link_project: true } - else -- cgit v1.2.3