mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
- page_title "Edit", @snippet.title, "Snippets"
|
|
%h3.page-title
|
|
Edit snippet
|
|
%hr
|
|
= render "shared/snippets/form", url: namespace_project_snippet_path(@project.namespace, @project, @snippet), visibility_level: @snippet.visibility_level
|