This commit is contained in:
2008-03-12 18:57:21 -03:00
parent 0016397a89
commit 3defdd7fc8

View File

@@ -22,7 +22,7 @@
= link_to(h(n.course.full_name), course_url(n.course)) + " ›"
= link_to(h(n.title), course_news_url(n.course, n))
- unless n.body.empty?
%p= truncate(n.body, 300)
%p= truncate(h(n.body), 300)
.box
.cmd