Restyled last push widget. Increased line-height for td in tables
This commit is contained in:
parent
42abdf69d5
commit
e51b2d58e7
12 changed files with 59 additions and 23 deletions
|
@ -4,14 +4,13 @@
|
|||
%thead
|
||||
%tr
|
||||
%th File name
|
||||
%th
|
||||
%th
|
||||
|
||||
- @notes.each do |note|
|
||||
%tr
|
||||
%td
|
||||
%a{href: note.attachment.url}
|
||||
= image_tag gravatar_icon(note.author_email), class: "left", width: 16
|
||||
|
||||
= image_tag gravatar_icon(note.author_email), class: "avatar s24"
|
||||
= note.attachment_identifier
|
||||
%td
|
||||
Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue