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
This commit is contained in:
Dmitriy Zaporozhets 2018-11-08 15:35:23 +00:00
commit efde067a69
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -0,0 +1,5 @@
---
title: Remove duplicate primary button in dashboard snippets on small viewports
merge_request: 22902
author: George Tsiolis
type: fixed