Commit efde067a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
......@@ -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
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