gitlab-org--gitlab-foss/app/views/projects/snippets/_snippet.html.haml

16 lines
429 B
Text
Raw Normal View History

2013-06-05 15:25:27 -04:00
%li
2013-07-18 06:21:56 -04:00
%h4.snippet-title
2013-06-05 15:25:27 -04:00
= link_to reliable_snippet_path(snippet) do
2013-07-18 06:21:56 -04:00
= truncate(snippet.title, length: 60)
%span.cgray.monospace.tiny.pull-right
2013-06-05 15:25:27 -04:00
= snippet.file_name
2013-07-18 06:21:56 -04:00
.snippet-info
2013-06-05 15:25:27 -04:00
= "##{snippet.id}"
2013-07-18 06:21:56 -04:00
%span
2013-06-05 15:25:27 -04:00
by
2013-10-06 14:13:56 -04:00
= image_tag avatar_icon(snippet.author_email), class: "avatar avatar-inline s16"
2013-06-05 15:25:27 -04:00
= snippet.author_name
%span.light
#{time_ago_with_tooltip(snippet.created_at)}