Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-02 00:06:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-02 00:06:09 +0300
commite0bd3a45d9dc6c74cac1a33ea8c03d6d8334249b (patch)
treedf0bb30b7f0e06cfd59bda5bcadb21bf75ea70cc /app/views/dashboard
parented3b1698883bd4ac2c4faf6c05c3a8155748bf91 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/snippets/index.html.haml4
1 files changed, 0 insertions, 4 deletions
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
- &nbsp;
- = 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