OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/common/_favicons.html.erb

6 lines
281 B

<%= favicon_link_tag 'favicon.ico' %>
<%# In the future we can add more sizes should we see 404 errors in the logs. %>
<%= favicon_link_tag "apple-touch-icon-120x120-precomposed.png", rel: 'apple-touch-icon',
type: 'image/png',
sizes: "120x120" %>