]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Tue, 28 May 2019 15:45:06 +0000 (17:45 +0200)
committerThibaut Girka <thib@sitedethib.com>
Tue, 28 May 2019 15:45:06 +0000 (17:45 +0200)
1  2 
Gemfile.lock
app/helpers/stream_entries_helper.rb
app/views/layouts/application.html.haml
app/views/layouts/public.html.haml

diff --cc Gemfile.lock
Simple merge
Simple merge
index 34c25a7d1a3598acf10292d9dea15581aae2a4a0,220a4ca9bd287026e2fe71cd354adaaf0de03989..f11fddd4d9637a4b17789dff3f28ddf0005b35c0
      - if Setting.custom_css.present?
        = stylesheet_link_tag custom_css_path, media: 'all'
  
 -    = yield :header_tags
 -
    %body{ class: body_classes }
      = content_for?(:content) ? yield(:content) : yield
+     %div{ style: 'display: none'}
+       = render file: Rails.root.join('app', 'javascript', 'images', 'logo_transparent.svg')
Simple merge