Skip to content

Commit 4e4fc0e

Browse files
committed
Merge branch 'following-users'
2 parents 1f92f59 + 018cd27 commit 4e4fc0e

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)