content changes

This commit is contained in:
2015-10-06 09:38:52 +02:00
parent 9bdb99fe3d
commit 60b0a81970
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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