Commit 148a2149 authored by yo's avatar yo Committed by Yogi

Move from btn-success to btn-confirm in projects/snippets directory

parent cd33b34e
......@@ -9,7 +9,7 @@
- if new_project_snippet_link.present?
.nav-controls
= link_to _("New snippet"), new_project_snippet_link, class: "btn btn-success", title: _("New snippet")
= link_to _("New snippet"), new_project_snippet_link, class: "gl-button btn btn-confirm", title: _("New snippet")
= render 'shared/snippets/list'
- else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment