summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/edit.html.haml
blob: 8f12cf804b04068e4cb86aa9f2b557d9b9fb9e28 (plain)
1
2
3
4
5
6
7
- page_title "编辑", @snippet.title, "代码片段"
= render "header_title"

%h3.page-title
  编辑代码片段
%hr
= render "shared/snippets/form", url: namespace_project_snippet_path(@project.namespace, @project, @snippet), visibility_level: @snippet.visibility_level