diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-05-28 22:03:30 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-05-28 22:03:30 +0800 |
commit | 908ea1b00a60197973bab6dd31f5aa35e101e9ab (patch) | |
tree | 701f38be3ab50f8131174dffe1a3e9fcc06f6f49 /app | |
parent | 18d454144f4bd06d0174ec69df93bd3800b1ccf6 (diff) | |
download | gitlab-ce-908ea1b00a60197973bab6dd31f5aa35e101e9ab.tar.gz |
Use $ as the snippet prefix so it's consistent
Diffstat (limited to 'app')
-rw-r--r-- | app/views/shared/snippets/_header.html.haml | 2 |
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 897aa5b4462..e0d0d967da6 100644 --- a/app/views/shared/snippets/_header.html.haml +++ b/app/views/shared/snippets/_header.html.haml @@ -4,7 +4,7 @@ = visibility_level_label(@snippet.visibility_level) = visibility_level_icon(@snippet.visibility_level, fw: false) %strong.item-title - Snippet ##{@snippet.id} + Snippet $#{@snippet.id} %span.creator created by #{link_to_member(@project, @snippet.author, size: 24, author_class: "author item-title")} = time_ago_with_tooltip(@snippet.created_at, placement: 'bottom', html_class: 'snippet_updated_ago') |