diff options
author | Matthew Marchese <maffblaster@gentoo.org> | 2018-04-14 02:33:46 -0700 |
---|---|---|
committer | Matthew Marchese <maffblaster@gentoo.org> | 2018-04-14 02:33:46 -0700 |
commit | 6d304e3af2f06a3d6eaa6a7b65939959d599eea3 (patch) | |
tree | 8b7ee49360abac9c5c2e9b79cbc2b1ce8bc1dc1a | |
parent | Sentence case site wide. (diff) | |
download | infra-status-6d304e3af2f06a3d6eaa6a7b65939959d599eea3.tar.gz infra-status-6d304e3af2f06a3d6eaa6a7b65939959d599eea3.tar.bz2 infra-status-6d304e3af2f06a3d6eaa6a7b65939959d599eea3.zip |
Sentence case missing sentence case.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | infra-status.rb | 4 | ||||
-rw-r--r-- | views/index.erb | 6 | ||||
-rw-r--r-- | views/layout.erb | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/infra-status.rb b/infra-status.rb index c2a9ef4..ed1851b 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -43,8 +43,8 @@ end get '/feed.atom' do rss = RSS::Maker.make('atom') do |maker| - maker.channel.author = 'Gentoo Infrastructure Team' - maker.channel.title = 'Gentoo Infrastructure Notices' + maker.channel.author = 'Gentoo infrastructure team' + maker.channel.title = 'Gentoo infrastructure notices' maker.channel.link = MY_URL maker.channel.id = MY_URL maker.channel.updated = Time.now.to_s diff --git a/views/index.erb b/views/index.erb index 00ffd6b..568b5eb 100644 --- a/views/index.erb +++ b/views/index.erb @@ -1,8 +1,8 @@ -<h1 class="first-header">Gentoo Infrastructure Status</h1> +<h1 class="first-header">Gentoo infrastructure status</h1> <p>This data is aggregated from our automated service monitoring system as well as the outage and maintenance notices posted below.</p> -<h2>Service Availability Overview</h2> +<h2>Service availability overview</h2> <div class="row"> <div class="col-lg-4"> @@ -16,6 +16,6 @@ </div> </div> -<h2 id="notices">Maintenance and Outage Notices <small id="notices-for"></small></h2> +<h2 id="notices">Maintenance and outage notices <small id="notices-for"></small></h2> <%= partial :notice, :collection => NoticeStore.instance.visible_notices %> diff --git a/views/layout.erb b/views/layout.erb index fbae235..dbc7bf8 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <title><%= "#{h @title} - " if @title %>Gentoo Infrastructure Status</title> + <title><%= "#{h @title} - " if @title %>Gentoo infrastructure status</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#54487a"> <meta name="description" content="Gentoo infrastructure status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users."> |