Commit c3a7af13 authored by Yogi's avatar Yogi Committed by Kushal Pandya

Apply new GitLab UI for buttons in empty project snippets placeholder

parent 80cf00a1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
= s_('SnippetsEmptyState|Store, share, and embed small pieces of code and text.') = s_('SnippetsEmptyState|Store, share, and embed small pieces of code and text.')
.mt-2< .mt-2<
- if button_path - if button_path
= link_to s_('SnippetsEmptyState|New snippet'), button_path, class: 'btn btn-success', title: s_('SnippetsEmptyState|New snippet'), id: 'new_snippet_link', data: { qa_selector: 'create_first_snippet_link' } = link_to s_('SnippetsEmptyState|New snippet'), button_path, class: 'btn gl-button btn-success', title: s_('SnippetsEmptyState|New snippet'), id: 'new_snippet_link', data: { qa_selector: 'create_first_snippet_link' }
= link_to s_('SnippetsEmptyState|Documentation'), help_page_path('user/snippets.md'), class: 'btn btn-default', title: s_('SnippetsEmptyState|Documentation') = link_to s_('SnippetsEmptyState|Documentation'), help_page_path('user/snippets.md'), class: 'btn gl-button btn-default', title: s_('SnippetsEmptyState|Documentation')
- else - else
%h4.text-center= s_('SnippetsEmptyState|There are no snippets to show.') %h4.text-center= s_('SnippetsEmptyState|There are no snippets to show.')
---
title: Apply new GitLab UI for buttons in empty project snippets placeholder
merge_request: 53157
author: Yogi (@yo)
type: other
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