]> cat aescling's git repositories - mastodon.git/commitdiff
Merge remote-tracking branch 'upstream/master'
authorOndřej Hruška <ondra@ondrovo.com>
Wed, 11 Oct 2017 19:27:17 +0000 (21:27 +0200)
committerOndřej Hruška <ondra@ondrovo.com>
Wed, 11 Oct 2017 19:27:17 +0000 (21:27 +0200)
1  2 
app/javascript/mastodon/features/status/index.js
app/views/home/index.html.haml
app/views/layouts/application.html.haml

Simple merge
index e6190f7e2a743b312a46975cb6fb1c4e032e24fb,ee995c987e890de1531104c0716c9a7fa22e374b..24b74c787c073c5ae25ac4a51d3c2c424c5be99d
        = title
  
      = stylesheet_pack_tag 'common', media: 'all'
 -    = stylesheet_pack_tag current_theme, media: 'all'
      = javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
-     %link{ href: asset_pack_path('features/getting_started.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
-     %link{ href: asset_pack_path('features/compose.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
-     %link{ href: asset_pack_path('features/home_timeline.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
-     %link{ href: asset_pack_path('features/notifications.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
-     %link{ href: asset_pack_path('features/community_timeline.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
-     %link{ href: asset_pack_path('features/public_timeline.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
      = javascript_pack_tag "locale_#{I18n.locale}", integrity: true, crossorigin: 'anonymous'
      = csrf_meta_tags
  
This page took 0.034797 seconds and 3 git commands to generate.