Enable static favicon URL for use in external systems
This commit is contained in:
@ -6,7 +6,8 @@ html lang="#{I18n.locale || I18n.default_locale}"
|
|||||||
= render('breadcrumbs_and_title')
|
= render('breadcrumbs_and_title')
|
||||||
title
|
title
|
||||||
= yield(:title)
|
= yield(:title)
|
||||||
link href=asset_path('favicon.png') rel='icon' type='image/png'
|
= favicon_link_tag('/favicon.png', type: 'image/png')
|
||||||
|
= favicon_link_tag('/favicon.png', rel: 'apple-touch-icon', type: 'image/png')
|
||||||
= action_cable_meta_tag
|
= action_cable_meta_tag
|
||||||
= stylesheet_pack_tag('application', media: 'all', 'data-turbolinks-track': true)
|
= stylesheet_pack_tag('application', media: 'all', 'data-turbolinks-track': true)
|
||||||
= stylesheet_pack_tag('stylesheets', media: 'all', 'data-turbolinks-track': true)
|
= stylesheet_pack_tag('stylesheets', media: 'all', 'data-turbolinks-track': true)
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user