summaryrefslogtreecommitdiff
path: root/app/views/snippets/edit.html.haml
blob: 66f5e8148e1beec93a0b7fd4a080148f7cae43aa (plain)
1
2
3
4
5
6
7
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
- @content_class = "limit-container-width" unless fluid_layout

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