gitlab-org--gitlab-foss/app/views/projects/snippets/new.html.haml
Tao Wang 9dfae2248d i18n: externalize strings from 'app/views/projects/snippets'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-01 21:26:11 +10:00

8 lines
248 B
Text

- 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)