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 @@
= "Evento " + link_to(h(entry.event.title), course_event_url(@course, entry.event))
= "Evento " + link_to(h(entry.event.title), course_event_url(entry.course, entry.event))
= "criado " if entry.kind_of?(EventCreateLogEntry)
= "editado " if entry.kind_of?(EventEditLogEntry)