summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-30 17:14:41 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-30 17:14:41 +0000
commita2355c52507a40ed1805e4e6138778bbd0011ee4 (patch)
tree1f17dd5602fc0d3642cfde3436e6a7ffd049cdf0 /app/views/snippets
parent24820d5eef31ea688ad7191722c02579240bf669 (diff)
parent9a31844e2af5473184538472b4aa105245f25aec (diff)
downloadgitlab-ce-a2355c52507a40ed1805e4e6138778bbd0011ee4.tar.gz
Merge branch 'timeago_js' of /home/git/repositories/gitlab/gitlabhq
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)}