Change default page title

This commit is contained in:
Piotr Sarnacki 2015-04-07 14:44:54 +02:00
parent 918b6e043e
commit 6ac359d26d

View File

@ -169,7 +169,7 @@ class Travis::Web::App
end
def title
default_title = "Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community"
default_title = "Travis CI - Test and deploy your code in confidence"
ENV['SITE_TITLE'] || default_title
end