gitlabhq/app/views/snippets/_snippet.html.haml

8 lines
194 B
Plaintext
Raw Normal View History

%li.entry
%a{:href => project_snippet_path(snippet.project, snippet)}
%p
%strong
= truncate(snippet.title, :length => 60)
%span.right.cgray
= snippet.file_name