2012-02-18 14:59:01 +01:00
|
|
|
%tr
|
|
|
|
%td
|
2012-12-14 06:14:05 +01:00
|
|
|
= image_tag gravatar_icon(snippet.author_email), class: "avatar s24"
|
2012-08-11 00:07:50 +02:00
|
|
|
%a{href: project_snippet_path(snippet.project, snippet)}
|
|
|
|
%strong= truncate(snippet.title, length: 60)
|
2012-06-12 20:41:46 +02:00
|
|
|
%td
|
|
|
|
= snippet.file_name
|
|
|
|
%td
|
|
|
|
%span.cgray
|
2012-12-14 06:14:05 +01:00
|
|
|
- if snippet.expires_at
|
2012-06-12 20:41:46 +02:00
|
|
|
= snippet.expires_at.to_date.to_s(:short)
|
|
|
|
- else
|
|
|
|
Never
|