2018-06-14 05:19:12 -04:00
|
|
|
- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
|
2017-08-18 12:19:23 -04:00
|
|
|
- breadcrumb_title @snippet.to_reference
|
2018-06-14 05:19:12 -04:00
|
|
|
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
|
2020-02-13 10:08:52 -05:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2015-09-17 06:16:24 -04:00
|
|
|
|
2022-06-08 17:08:52 -04:00
|
|
|
%h1.page-title.gl-font-size-h-display
|
2018-06-14 05:19:12 -04:00
|
|
|
= _("Edit Snippet")
|
2014-06-14 05:36:46 -04:00
|
|
|
%hr
|
2017-06-29 13:06:35 -04:00
|
|
|
= render "shared/snippets/form", url: project_snippet_path(@project, @snippet)
|