2017-09-10 17:25:29 +05:30
|
|
|
- @hide_top_links = true
|
2018-12-13 13:39:08 +05:30
|
|
|
- @hide_breadcrumbs = true
|
2019-02-15 15:39:39 +05:30
|
|
|
- page_title _("New Snippet")
|
2020-03-13 15:44:24 +05:30
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2018-12-13 13:39:08 +05:30
|
|
|
|
2019-07-31 22:56:46 +05:30
|
|
|
.page-title-holder.d-flex.align-items-center
|
2018-12-13 13:39:08 +05:30
|
|
|
%h1.page-title= _('New Snippet')
|
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
.gl-mt-3
|
2018-12-13 13:39:08 +05:30
|
|
|
= render "shared/snippets/form", url: snippets_path(@snippet)
|