blob: 2669754cc3a5c41f0c53a8c88bbf74b9835894b1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
- @hide_top_links = true
- @hide_breadcrumbs = true
- page_title _("New Snippet")
- @content_class = "limit-container-width" unless fluid_layout
.page-title-holder.d-flex.align-items-center
%h1.page-title= _('New Snippet')
.gl-mt-3
= render "shared/snippets/form", url: snippets_path(@snippet)
|