Remove duplicate primary button in dashboard snippets
This commit is contained in:
parent
15e519451e
commit
8c29e63175
2 changed files with 5 additions and 5 deletions
|
@ -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 }
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove duplicate primary button in dashboard snippets on small viewports
|
||||
merge_request: 22902
|
||||
author: George Tsiolis
|
||||
type: fixed
|
Loading…
Reference in a new issue