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

9 lines
232 B
Plaintext

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