remove plus icon in "new snippet" button
This commit is contained in:
parent
c41b7e8a2f
commit
6b20ad3646
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue