summaryrefslogtreecommitdiff
path: root/app/views/snippets/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/edit.html.haml')
-rw-r--r--app/views/snippets/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/edit.html.haml b/app/views/snippets/edit.html.haml
index 915bf98eb3e..18ebeb78f87 100644
--- a/app/views/snippets/edit.html.haml
+++ b/app/views/snippets/edit.html.haml
@@ -1,4 +1,4 @@
-- page_title "Edit", @snippet.title, "Snippets"
+- page_title "Edit", "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
%h3.page-title
Edit Snippet
%hr