Skip to content
Snippets Groups Projects
Commit 98cdeed4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch '61324-non-project-snippet-new-snippet-button-should-be-green-outline' into 'master'

Give 'New Snippet' button green outline

Closes #61324

See merge request gitlab-org/gitlab-ce!28559
parents bc4a18ec 6f9e94df
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,7 +7,7 @@
- if can?(current_user, :admin_personal_snippet, @snippet)
= link_to snippet_path(@snippet), method: :delete, data: { confirm: _("Are you sure?") }, class: "btn btn-grouped btn-inverted btn-remove", title: _('Delete Snippet') do
= _("Delete")
= link_to new_snippet_path, class: "btn btn-grouped btn-inverted btn-create", title: _("New snippet") do
= link_to new_snippet_path, class: "btn btn-grouped btn-success btn-inverted", title: _("New snippet") do
= _("New snippet")
- if @snippet.submittable_as_spam_by?(current_user)
= link_to _('Submit as spam'), mark_as_spam_snippet_path(@snippet), method: :post, class: 'btn btn-grouped btn-spam', title: _('Submit as spam')
Loading
Loading
---
title: Give New Snippet button green outline
merge_request: 28559
author: Marcel van Remmerden
type: other
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