Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-12 21:42:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-12 21:42:08 +0400
commitbca7bddd3d0c6327e7ce0ce86874d72d1c76788f (patch)
tree96f2451c9602dc2d569dbe53abbb2675a6b1600d /app/views/snippets/show.html.haml
parent273c0d2aa3238aee213efab07f52b78eab1af64f (diff)
Add ace editor to snippets
Diffstat (limited to 'app/views/snippets/show.html.haml')
-rw-r--r--app/views/snippets/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml
index f3e01928077..ad399533a3d 100644
--- a/app/views/snippets/show.html.haml
+++ b/app/views/snippets/show.html.haml
@@ -1,6 +1,6 @@
= render "projects/project_head"
-%h3
+%h3.page_title
= @snippet.title
%small= @snippet.file_name
- if can?(current_user, :admin_snippet, @project) || @snippet.author == current_user