Add html safe view for layout's title
This commit is contained in:
parent
f566861a10
commit
fcc305b89b
@ -1,4 +1,4 @@
|
||||
- title t('.title', :type => @content_type.name.capitalize).html_safe
|
||||
- title t('.title', :type => @content_type.name.capitalize)
|
||||
|
||||
- content_for :submenu do
|
||||
= render 'admin/shared/menu/contents'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#content
|
||||
.inner
|
||||
%h2= title
|
||||
%h2!= title
|
||||
|
||||
#local-actions-bar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user