Commit af80dec7 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'remove-duplicate-primary-button-in-dashboard-snippets' into 'master'

Remove duplicate primary button in dashboard snippets

See merge request gitlab-org/gitlab!17709
parents 9b07cd82 4879bf17
......@@ -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
......
---
title: Remove duplicate primary button in dashboard snippets
merge_request: 32048
author: George Tsiolis
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment