summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-05-03 22:46:10 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2017-05-04 13:07:03 +1100
commitac99441de9774333da4422eb9072777c09a2ad7a (patch)
tree4d30badaca5da71e4a196b3a494fd468ebf0ef2f /app/views/shared/snippets
parentaaa70a62b05f846a677a4b4dc5ccc83ca82fba32 (diff)
downloadgitlab-ce-ac99441de9774333da4422eb9072777c09a2ad7a.tar.gz
Change 'exclude_author' param
Diffstat (limited to 'app/views/shared/snippets')
-rw-r--r--app/views/shared/snippets/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml
index d084f5e9684..501c09d71d5 100644
--- a/app/views/shared/snippets/_header.html.haml
+++ b/app/views/shared/snippets/_header.html.haml
@@ -21,4 +21,4 @@
= markdown_field(@snippet, :title)
- if @snippet.updated_at != @snippet.created_at
- = edited_time_ago_with_tooltip(@snippet, placement: 'bottom', html_class: 'snippet-edited-ago')
+ = edited_time_ago_with_tooltip(@snippet, placement: 'bottom', html_class: 'snippet-edited-ago', exclude_author: true)