gitlab-org--gitlab-foss/app/views/projects/snippets/edit.html.haml
Phil Hughes a8460f215c
style updates
fixed some more breadcrumb titles
2017-08-18 17:19:23 +01:00

8 lines
300 B
Text

- add_to_breadcrumbs "Snippets", project_snippets_path(@project)
- breadcrumb_title @snippet.to_reference
- page_title "Edit", "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
%h3.page-title
Edit Snippet
%hr
= render "shared/snippets/form", url: project_snippet_path(@project, @snippet)