Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-30 16:49:22 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-30 16:49:22 +0400
commit9a31844e2af5473184538472b4aa105245f25aec (patch)
tree6479a730bf1b70f502591c6f6e60bcfae5fd0671 /app/views/snippets
parent9a7e2399dd766bae96ed15b6e6d4c69374d310fe (diff)
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.haml2
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)}