You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
332 B
7 lines
332 B
= "Notícia " + link_to(h(entry.news.title), course_news_url(entry.course, entry.news, :version => entry.version))
|
|
|
|
= "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)
|