summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-25 17:08:23 +0000
committerRémy Coutable <remy@rymai.me>2018-09-25 17:08:23 +0000
commit4ca1afec3534b7e70454bfd99552804c55ca0c83 (patch)
tree5af5fa65292d604be54db82798d0dffbef1f74db /app
parentbced03c8b290e0148f7f0aac2d09b2c3df3fa6d6 (diff)
parentf6114939126493409eb7f1bab26eda15ec2d2473 (diff)
downloadgitlab-ce-4ca1afec3534b7e70454bfd99552804c55ca0c83.tar.gz
Merge branch 'fix-committer-typo' into 'master'
Fix committer typo Closes #51808 See merge request gitlab-org/gitlab-ce!21899
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 7951a5ddc9e..45b4f03fa0c 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -37,7 +37,7 @@
%button.text-expander.js-toggle-button
= sprite_icon('ellipsis_h', size: 12)
- .commiter
+ .committer
- commit_author_link = commit_author_link(commit, avatar: false, size: 24)
- commit_timeago = time_ago_with_tooltip(commit.authored_date, placement: 'bottom')
- commit_text = _('%{commit_author_link} authored %{commit_timeago}') % { commit_author_link: commit_author_link, commit_timeago: commit_timeago }