<% begin %> <% unless apply_custom_favicon? %> <%= favicon_link_tag OpenProject::CustomStyles::Design.favicon_asset_path %> <% end %> <% unless apply_custom_touch_icon? %> <%# In the future we can add more sizes should we see 404 errors in the logs. %> <%= favicon_link_tag "apple-touch-icon-120x120.png", rel: 'apple-touch-icon', type: 'image/png', sizes: "120x120" %> <% end %> <% rescue => e binding.pry warn e end %>