gitlab-ce/app/views/dashboard/_snippets_head.html.haml

7 lines
355 B
Plaintext

= render ::Layouts::PageHeadingComponent.new(_('Snippets')) do |c|
- c.with_actions do
= link_to _("Explore snippets"), explore_snippets_path
- if can?(current_user, :create_snippet)
= render Pajamas::ButtonComponent.new(href: new_snippet_path, variant: :confirm, button_options: { title: _("New snippet") }) do
= _("New snippet")