Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
65914855
Commit
65914855
authored
Jul 07, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Safari/iOS versions of the logo
parent
41e6b8d8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
2 deletions
+13
-2
app/assets/images/touch-icon-ipad-retina.png
app/assets/images/touch-icon-ipad-retina.png
+0
-0
app/assets/images/touch-icon-ipad.png
app/assets/images/touch-icon-ipad.png
+0
-0
app/assets/images/touch-icon-iphone-retina.png
app/assets/images/touch-icon-iphone-retina.png
+0
-0
app/assets/images/touch-icon-iphone.png
app/assets/images/touch-icon-iphone.png
+0
-0
app/views/layouts/_head.html.haml
app/views/layouts/_head.html.haml
+13
-2
No files found.
app/assets/images/touch-icon-ipad-retina.png
0 → 100644
View file @
65914855
6.8 KB
app/assets/images/touch-icon-ipad.png
0 → 100644
View file @
65914855
3.53 KB
app/assets/images/touch-icon-iphone-retina.png
0 → 100644
View file @
65914855
5.02 KB
app/assets/images/touch-icon-iphone.png
0 → 100644
View file @
65914855
2.76 KB
app/views/layouts/_head.html.haml
View file @
65914855
...
...
@@ -7,14 +7,25 @@
%title
=
page_title
=
favicon_link_tag
'favicon.ico'
=
stylesheet_link_tag
"application"
,
:media
=>
"all"
=
stylesheet_link_tag
"print"
,
:media
=>
"print"
=
stylesheet_link_tag
"application"
,
media:
"all"
=
stylesheet_link_tag
"print"
,
media:
"print"
=
javascript_include_tag
"application"
=
csrf_meta_tags
=
include_gon
%meta
{
name:
'viewport'
,
content:
'width=device-width, initial-scale=1, maximum-scale=1'
}
%meta
{
name:
'theme-color'
,
content:
'#474D57'
}
-# Apple Safari/iOS home screen icons
=
favicon_link_tag
'touch-icon-iphone.png'
,
rel:
'apple-touch-icon'
=
favicon_link_tag
'touch-icon-ipad.png'
,
rel:
'apple-touch-icon'
,
sizes:
'76x76'
=
favicon_link_tag
'touch-icon-iphone-retina.png'
,
rel:
'apple-touch-icon'
,
sizes:
'120x120'
=
favicon_link_tag
'touch-icon-ipad-retina.png'
,
rel:
'apple-touch-icon'
,
sizes:
'152x152'
=
yield
:meta_tags
=
render
'layouts/google_analytics'
if
extra_config
.
has_key?
(
'google_analytics_id'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment