summaryrefslogtreecommitdiff
path: root/app/views/snippets/edit.html.haml
blob: f5ffb037152c5fdf7c22e757f7bd299543867856 (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: gitlab_snippet_path(@snippet)