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

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