summaryrefslogtreecommitdiff
path: root/app/views/snippets/new.html.haml
blob: 418f96a10245f6cf7cbbb640fc259e0d876cd7ab (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.gl-font-size-h-display= _('New Snippet')

.gl-mt-3
  = render "shared/snippets/form", url: snippets_path(@snippet)