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: ebc6c0a26057249c67f32f732affcdab2af652c5 (plain)
1
2
3
4
5
6
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")

%h3.page-title
  = _("Edit Snippet")
%hr
= render 'shared/snippets/form', url: snippet_path(@snippet)