Move shares/modal body class to layout (#31789)
This commit is contained in:
		
							parent
							
								
									4f81ad2494
								
							
						
					
					
						commit
						0a433d08fb
					
				| 
						 | 
					@ -4,13 +4,6 @@ class SharesController < ApplicationController
 | 
				
			||||||
  layout 'modal'
 | 
					  layout 'modal'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  before_action :authenticate_user!
 | 
					  before_action :authenticate_user!
 | 
				
			||||||
  before_action :set_body_classes
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def show; end
 | 
					  def show; end
 | 
				
			||||||
 | 
					 | 
				
			||||||
  private
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  def set_body_classes
 | 
					 | 
				
			||||||
    @body_classes = 'modal-layout compose-standalone'
 | 
					 | 
				
			||||||
  end
 | 
					 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,8 @@
 | 
				
			||||||
- content_for :header_tags do
 | 
					- content_for :header_tags do
 | 
				
			||||||
  = javascript_pack_tag 'public', crossorigin: 'anonymous'
 | 
					  = javascript_pack_tag 'public', crossorigin: 'anonymous'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- content_for :body_classes, 'modal-layout compose-standalone'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- content_for :content do
 | 
					- content_for :content do
 | 
				
			||||||
  - if user_signed_in? && !@hide_header
 | 
					  - if user_signed_in? && !@hide_header
 | 
				
			||||||
    .account-header
 | 
					    .account-header
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue