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:
authorDouwe Maan <douwe@selenight.nl>2017-04-08 01:13:04 +0300
committerDouwe Maan <douwe@selenight.nl>2017-04-08 01:13:04 +0300
commit4caa9b63cc8b28000d62d4bef0d25f6996a7c5b5 (patch)
treede23c92a29938c27623deb48d1c7a9f4b57fff8a /app/views/projects/blame
parenta5792a8682ef5262f7d04a92b4d014efdd975311 (diff)
Rename displaying_blame to blame
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 812801d62cf..35885b2c7b4 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, displaying_blame: true
+ = render "projects/blob/header", blob: @blob, blame: true
.table-responsive.file-content.blame.code.js-syntax-highlight
%table