summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/edit.html.haml
blob: dc3ea1fcf126877f1cacb03974240525c81e002a (plain)
1
2
3
4
5
6
7
- page_title "Edit", @snippet.title, "Snippets"
= render "header_title"

%h3.page-title
  Edit Snippet
%hr
= render "shared/snippets/form", url: namespace_project_snippet_path(@project.namespace, @project, @snippet), visibility_level: @snippet.visibility_level