Move shares/modal body class to layout (#31789)

pull/2837/head
Matt Jankowski 2024-09-06 12:46:55 -04:00 committed by GitHub
parent 4f81ad2494
commit 0a433d08fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View File

@ -4,13 +4,6 @@ class SharesController < ApplicationController
layout 'modal'
before_action :authenticate_user!
before_action :set_body_classes
def show; end
private
def set_body_classes
@body_classes = 'modal-layout compose-standalone'
end
end

View File

@ -1,6 +1,8 @@
- content_for :header_tags do
= javascript_pack_tag 'public', crossorigin: 'anonymous'
- content_for :body_classes, 'modal-layout compose-standalone'
- content_for :content do
- if user_signed_in? && !@hide_header
.account-header