diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-30 14:49:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-30 14:49:22 +0200 |
commit | 9a31844e2af5473184538472b4aa105245f25aec (patch) | |
tree | 6479a730bf1b70f502591c6f6e60bcfae5fd0671 /app/views/snippets | |
parent | 9a7e2399dd766bae96ed15b6e6d4c69374d310fe (diff) | |
download | gitlab-ce-9a31844e2af5473184538472b4aa105245f25aec.tar.gz |
Remove unnecessary ago keyword
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/_snippet.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_snippet.html.haml b/app/views/snippets/_snippet.html.haml index 4c9ef3f9f34..e6f83167330 100644 --- a/app/views/snippets/_snippet.html.haml +++ b/app/views/snippets/_snippet.html.haml @@ -20,4 +20,4 @@ = link_to user_snippets_path(snippet.author) do = image_tag avatar_icon(snippet.author_email), class: "avatar avatar-inline s16", alt: '' = snippet.author_name - %span.light #{time_ago_with_tooltip(snippet.created_at)} ago + %span.light #{time_ago_with_tooltip(snippet.created_at)} |