We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f92f59 + 018cd27 commit 4e4fc0eCopy full SHA for 4e4fc0e
1 file changed
app/helpers/application_helper.rb
@@ -6,7 +6,7 @@ def full_title(page_title = '')
6
if page_title.empty?
7
base_title
8
else
9
- page_title + " | " + base_title
+ "#{page_title} | #{base_title}"
10
end
11
12
0 commit comments