summaryrefslogtreecommitdiff
path: root/app/views/projects/blame
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-04-07 16:34:33 -0500
committerDouwe Maan <douwe@selenight.nl>2017-04-07 16:34:33 -0500
commita5792a8682ef5262f7d04a92b4d014efdd975311 (patch)
treec2501ffa1a7b93488cb8ad2dc3dee1c8fa12634c /app/views/projects/blame
parentd37f1f1cd013a8b7a307e1004e020df086cba9d5 (diff)
downloadgitlab-ce-a5792a8682ef5262f7d04a92b4d014efdd975311.tar.gz
Don't show Copy contents button on Blame page
Diffstat (limited to 'app/views/projects/blame')
-rw-r--r--app/views/projects/blame/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blame/show.html.haml b/app/views/projects/blame/show.html.haml
index 4ad77b6266d..812801d62cf 100644
--- a/app/views/projects/blame/show.html.haml
+++ b/app/views/projects/blame/show.html.haml
@@ -7,7 +7,7 @@
#blob-content-holder.tree-holder
.file-holder
- = render "projects/blob/header", blob: @blob
+ = render "projects/blob/header", blob: @blob, displaying_blame: true
.table-responsive.file-content.blame.code.js-syntax-highlight
%table