2017-07-07 06:51:03 -04:00
|
|
|
- @hide_top_links = true
|
2018-10-06 10:21:38 -04:00
|
|
|
- @hide_breadcrumbs = true
|
2018-11-26 09:29:40 -05:00
|
|
|
- page_title _("New Snippet")
|
2020-02-13 10:08:52 -05:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2018-10-06 10:21:38 -04:00
|
|
|
|
2019-04-12 07:59:24 -04:00
|
|
|
.page-title-holder.d-flex.align-items-center
|
2018-10-06 10:21:38 -04:00
|
|
|
%h1.page-title= _('New Snippet')
|
|
|
|
|
2020-06-26 02:09:03 -04:00
|
|
|
.gl-mt-3
|
2018-10-06 10:21:38 -04:00
|
|
|
= render "shared/snippets/form", url: snippets_path(@snippet)
|