Fix a html_escaping bug on the content page

This commit is contained in:
Jacques Crocker 2010-07-23 16:51:43 -07:00
parent e09a3210c7
commit 01b73e89fb

View File

@ -1,4 +1,4 @@
- title t('.title', :type => @content_type.name.capitalize)
- title t('.title', :type => @content_type.name.capitalize).html_safe
- content_for :submenu do
= render 'admin/shared/menu/contents'