gitlabhq/app/views/snippets/_snippet.html.haml
Dmitriy Zaporozhets 4d89322d67 Snippets - fixed after bootstrap
Project - restyled show page, removed info page
Repository - restyled show page, added download option
Tags - added download options
2012-02-08 01:00:49 +02:00

8 lines
194 B
Plaintext

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