Initial import
This commit is contained in:
6
app/views/log/_event_log_entry.html.haml
Normal file
6
app/views/log/_event_log_entry.html.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
= "Evento " + link_to(h(entry.event.title), course_event_url(@course, entry.event))
|
||||
|
||||
= "criado " if entry.kind_of?(EventCreateLogEntry)
|
||||
= "editado " if entry.kind_of?(EventEditLogEntry)
|
||||
= "excluído " if entry.kind_of?(EventDeleteLogEntry)
|
||||
= "restaurado " if entry.kind_of?(EventRestoreLogEntry)
|
||||
Reference in New Issue
Block a user