diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-01 21:06:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-01 21:06:09 +0000 |
commit | e0bd3a45d9dc6c74cac1a33ea8c03d6d8334249b (patch) | |
tree | df0bb30b7f0e06cfd59bda5bcadb21bf75ea70cc /app/views/dashboard | |
parent | ed3b1698883bd4ac2c4faf6c05c3a8155748bf91 (diff) | |
download | gitlab-ce-e0bd3a45d9dc6c74cac1a33ea8c03d6d8334249b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/snippets/index.html.haml | 4 |
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 - - = 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 |