summaryrefslogtreecommitdiff
path: root/app/views/projects/blame
diff options
context:
space:
mode:
authorBM5k <me@bm5k.com>2016-11-30 14:28:42 -0700
committerBM5k <me@bm5k.com>2016-12-03 14:39:35 -0700
commit48895aa40dd2bfc13453b0b28c6d122f4e1c58be (patch)
tree9dd960eca4ef57b87d6e4c37c6007573e5d673b0 /app/views/projects/blame
parent24e5a1e8db943be346b4f7f4fb49326ad0e5eb9e (diff)
downloadgitlab-ce-48895aa40dd2bfc13453b0b28c6d122f4e1c58be.tar.gz
change the date label to match the date used
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 cadfe5a3e30..f63802ac88b 100644
--- a/app/views/projects/blame/show.html.haml
+++ b/app/views/projects/blame/show.html.haml
@@ -31,7 +31,7 @@
&nbsp;
.light
= commit_author_link(commit, avatar: false)
- authored
+ committed
#{time_ago_with_tooltip(commit.committed_date)}
%td.line-numbers
- line_count = blame_group[:lines].count