2018-06-14 05:19:12 -04:00
|
|
|
- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
|
|
|
|
- breadcrumb_title _("New")
|
2019-02-22 07:12:36 -05:00
|
|
|
- page_title _("New Snippet")
|
2020-02-13 10:08:52 -05:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2015-09-17 06:16:24 -04:00
|
|
|
|
2014-06-14 05:36:46 -04:00
|
|
|
%h3.page-title
|
2019-02-22 07:12:36 -05:00
|
|
|
= _("New Snippet")
|
2014-06-14 05:36:46 -04:00
|
|
|
%hr
|
2017-06-29 13:06:35 -04:00
|
|
|
= render "shared/snippets/form", url: project_snippets_path(@project, @snippet)
|