Move shares/modal body class to layout (#31789)
This commit is contained in:
parent
4f81ad2494
commit
0a433d08fb
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue