Skip to content

Commit 018cd27

Browse files
committed
Change title helper (back) to interpolation
1 parent 56f7076 commit 018cd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/application_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def full_title(page_title = '')
66
if page_title.empty?
77
base_title
88
else
9-
page_title + " | " + base_title
9+
"#{page_title} | #{base_title}"
1010
end
1111
end
1212
end

0 commit comments

Comments
 (0)