Use $ as the snippet prefix so it's consistent

This commit is contained in:
Lin Jen-Shin
2016-05-28 22:03:30 +08:00
parent 18d454144f
commit 908ea1b00a
+1 -1
View File
@@ -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')