Log global

This commit is contained in:
2008-03-11 09:19:02 -03:00
parent 9723722093
commit 835e7c45ab
10 changed files with 48 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
= "Anexo " + link_to(h(entry.attachment.file_name), course_attachment_url(@course, entry.attachment))
= "Anexo " + link_to(h(entry.attachment.file_name), course_attachment_url(entry.course, entry.attachment))
= "criado " if entry.kind_of?(AttachmentCreateLogEntry)
= "editado " if entry.kind_of?(AttachmentEditLogEntry)