summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/new.html.haml
blob: 26b333d4ecf8f7f6c4f103bef72f7125aaa87b6b (plain)
1
2
3
4
5
6
7
8
- 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)