diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-09-25 11:37:32 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-09-25 11:51:07 +0300 |
commit | f6114939126493409eb7f1bab26eda15ec2d2473 (patch) | |
tree | 0d15d941bacd1cec5fa07d645483a308b4ae784b /app/views/projects/commits | |
parent | 3d8ae6a8576dcac0fd3aa0e5b00ef735635fdb07 (diff) | |
download | gitlab-ce-f6114939126493409eb7f1bab26eda15ec2d2473.tar.gz |
Fix committer typo
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r-- | app/views/projects/commits/_commit.html.haml | 2 |
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 } |