gitlab-org--gitlab-foss/app/views/snippets/new.html.haml

8 lines
177 B
Plaintext

- @hide_top_links = true
- breadcrumb_title "Snippets"
- page_title "New Snippet"
%h3.page-title
New Snippet
%hr
= render "shared/snippets/form", url: snippets_path(@snippet)