gitlabhq/app/views/snippets/_snippet.html.haml
2012-02-18 15:59:01 +02:00

7 lines
173 B
Plaintext

%tr
%td
%a{:href => project_snippet_path(snippet.project, snippet)}
= truncate(snippet.title, :length => 60)
%span.right.cgray
= snippet.file_name