Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « snippets « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da2245432ce604216c74e23f0cc8d42f231ea85f (plain)
1
2
3
4
5
6
7
- page_title _("New Snippet")

.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)