summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-12-07 15:41:39 -0600
committerMike Greiling <mike@pixelcog.com>2016-12-10 00:57:23 -0600
commit6b20ad3646694ae90e8375f92cb5df13e2fd9fad (patch)
tree87a9065757c5fe0e340b74d280cd248fef8ae78c
parentc41b7e8a2f4df9a3a320cbf1b5b60a43709ca9b6 (diff)
downloadgitlab-ce-6b20ad3646694ae90e8375f92cb5df13e2fd9fad.tar.gz
remove plus icon in "new snippet" button
-rw-r--r--app/views/dashboard/snippets/index.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/dashboard/snippets/index.html.haml b/app/views/dashboard/snippets/index.html.haml
index b2af438ea57..62618625454 100644
--- a/app/views/dashboard/snippets/index.html.haml
+++ b/app/views/dashboard/snippets/index.html.haml
@@ -6,7 +6,6 @@
.nav-block
.controls.hidden-xs
= link_to new_snippet_path, class: "btn btn-new", title: "New snippet" do
- = icon('plus')
New snippet
.nav-links.snippet-scope-menu
@@ -36,7 +35,6 @@
.visible-xs
= link_to new_snippet_path, class: "btn btn-new btn-block", title: "New snippet" do
- = icon('plus')
New snippet
= render 'snippets/snippets'