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

edit.html.haml « snippets « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fa4a6775f98fa45ae5af3ca6f27a4af30fed9cf (plain)
1
2
3
4
5
6
7
8
9
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
- @content_class = "limit-container-width" unless fluid_layout
- content_for :prefetch_asset_tags do
  - webpack_preload_asset_tag('monaco')

%h1.page-title.gl-font-size-h-display
  = _("Edit Snippet")
%hr
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)