summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/edit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 12:36:46 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-14 12:36:46 +0300
commit9be5425a887d96aaf603dd537d36f410eb663e4f (patch)
treecf881f310c6732b9092e0c0e375a66a6567217e5 /app/views/projects/snippets/edit.html.haml
parent600f4c68940160556b0a4c6ecf18c40dd6ad94d5 (diff)
downloadgitlab-ce-9be5425a887d96aaf603dd537d36f410eb663e4f.tar.gz
Refactor snippets views
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/snippets/edit.html.haml')
-rw-r--r--app/views/projects/snippets/edit.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/snippets/edit.html.haml b/app/views/projects/snippets/edit.html.haml
index e28b7d4937e..f6a5bf9e4ff 100644
--- a/app/views/projects/snippets/edit.html.haml
+++ b/app/views/projects/snippets/edit.html.haml
@@ -1 +1,4 @@
-= render "projects/snippets/form", url: project_snippet_path(@project, @snippet)
+%h3.page-title
+ Edit snippet
+%hr
+= render "shared/snippets/form", url: project_snippet_path(@project, @snippet)