Skip to content
Snippets Groups Projects
Commit efde067a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

Remove duplicate primary button in dashboard snippets

Closes #53706

See merge request gitlab-org/gitlab-ce!22902
parents f0c3ea88 8c29e631
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,9 +5,4 @@
= render 'dashboard/snippets_head'
= render partial: 'snippets/snippets_scope_menu', locals: { include_private: true }
 
.d-block.d-sm-none
 
= link_to new_snippet_path, class: "btn btn-success btn-block", title: "New snippet" do
New snippet
= render partial: 'snippets/snippets', locals: { link_project: true }
---
title: Remove duplicate primary button in dashboard snippets on small viewports
merge_request: 22902
author: George Tsiolis
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment