content changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module ApplicationHelper
|
||||
def title(page_title)
|
||||
content_for :title, page_title.to_s
|
||||
content_for :title, strip_tags(page_title.to_s)
|
||||
page_title
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
h1 = title t('.title')
|
||||
h1 = title t('.title_html')
|
||||
= simple_form_for @supporter do |f|
|
||||
= f.input :first_name
|
||||
= f.input :last_name
|
||||
|
||||
Reference in New Issue
Block a user