gitlabhq/app/views/snippets/_snippet.html.haml
Dmitriy Zaporozhets 0712e78597 Snippet restyle
2011-12-15 08:12:24 +02:00

13 lines
390 B
Plaintext

%a.update-item{:href => project_snippet_path(snippet.project, snippet)}
= image_tag gravatar_icon(snippet.author_email), :class => "left", :width => 40
%span.update-title
= truncate(snippet.title, :length => 60)
%span.update-author
%strong= snippet.author_name
authored
= time_ago_in_words(snippet.created_at)
ago
.right
%span.tag.commit= snippet.file_name