Skip to content
Snippets Groups Projects
Commit 8c29e631 authored by George Tsiolis's avatar George Tsiolis
Browse files

Remove duplicate primary button in dashboard snippets

parent 15e51945
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