We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f7076 commit 018cd27Copy full SHA for 018cd27
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