7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
= "Notícia " + link_to(h(entry.news.title), course_news_url(@course, entry.news))
|
|
|
|
= "criada " if entry.kind_of?(NewsCreateLogEntry)
|
|
= "editada " if entry.kind_of?(NewsEditLogEntry)
|
|
= "excluída " if entry.kind_of?(NewsDeleteLogEntry)
|
|
= "restaurada " if entry.kind_of?(NewsRestoreLogEntry)
|