summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_inline_commit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-30 14:49:22 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-30 14:49:22 +0200
commit9a31844e2af5473184538472b4aa105245f25aec (patch)
tree6479a730bf1b70f502591c6f6e60bcfae5fd0671 /app/views/projects/commits/_inline_commit.html.haml
parent9a7e2399dd766bae96ed15b6e6d4c69374d310fe (diff)
downloadgitlab-ce-9a31844e2af5473184538472b4aa105245f25aec.tar.gz
Remove unnecessary ago keyword
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/commits/_inline_commit.html.haml')
-rw-r--r--app/views/projects/commits/_inline_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_inline_commit.html.haml b/app/views/projects/commits/_inline_commit.html.haml
index 2129a45b9a5..f5863463fee 100644
--- a/app/views/projects/commits/_inline_commit.html.haml
+++ b/app/views/projects/commits/_inline_commit.html.haml
@@ -3,4 +3,4 @@
= link_to commit.short_id(8), project_commit_path(project, commit), class: "commit_short_id"
&nbsp;
= link_to_gfm truncate(commit.title, length: 40), project_commit_path(project, commit.id), class: "commit-row-message"
- #{time_ago_with_tooltip(commit.committed_date)} ago &nbsp;
+ #{time_ago_with_tooltip(commit.committed_date)} &nbsp;