summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets
diff options
context:
space:
mode:
authorHan Loong Liauw <hanloongliauw@gmail.com>2015-10-12 18:38:34 +1100
committerHan Loong Liauw <hanloongliauw@gmail.com>2015-10-12 18:38:34 +1100
commit857cc388e1a93760e37145cd32514dc4026d0775 (patch)
tree63530310ef25ee238b93adcd4a34f96ea083ee8f /app/views/shared/snippets
parent42603af3267bd1be0dcd18927d74bfc19a894c04 (diff)
downloadgitlab-ce-857cc388e1a93760e37145cd32514dc4026d0775.tar.gz
Adds modified date to snippets#show #1767
- Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
Diffstat (limited to 'app/views/shared/snippets')
-rw-r--r--app/views/shared/snippets/_snippet.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/shared/snippets/_snippet.html.haml b/app/views/shared/snippets/_snippet.html.haml
index 69a713ad9aa..6f4b0453ad3 100644
--- a/app/views/shared/snippets/_snippet.html.haml
+++ b/app/views/shared/snippets/_snippet.html.haml
@@ -17,5 +17,4 @@
= link_to user_snippets_path(snippet.author) do
= image_tag avatar_icon(snippet.author_email), class: "avatar s24", alt: ''
= snippet.author_name
- authored #{time_ago_with_tooltip(snippet.created_at)}
-
+ authored #{time_ago_with_tooltip(snippet.updated_at)}