diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-07-10 14:04:56 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-07-10 14:04:56 -0400 |
commit | 5431368ad1c918b5e246a4b174f0c3b8d3713c67 (patch) | |
tree | 7becabf5e3eb8ae59d776a5ead02a75ac794c8f2 /app | |
parent | 353dc1e83e14b02d9644dc52bd435b746920c27e (diff) | |
download | gitlab-ce-5431368ad1c918b5e246a4b174f0c3b8d3713c67.tar.gz |
Update msapplication-TileColor valuers-issue-1908
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index a43b6d57c9c..54cddc30b74 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -28,7 +28,7 @@ -# Windows 8 pinned site tile %meta{name: 'msapplication-TileImage', content: image_url('msapplication-tile.png')} - %meta{name: 'msapplication-TileColor', content: '#554488'} + %meta{name: 'msapplication-TileColor', content: '#30353E'} = yield :meta_tags |