summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'