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

10 lines
310 B
Plaintext
Raw Normal View History

- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
- breadcrumb_title _("New")
2019-02-22 07:12:36 -05:00
- page_title _("New Snippet")
- @content_class = "limit-container-width" unless fluid_layout
%h3.page-title
2019-02-22 07:12:36 -05:00
= _("New Snippet")
%hr
= render "shared/snippets/form", url: project_snippets_path(@project, @snippet)