Skip to content

Commit

Permalink
Use full layout for cohort import show page
Browse files Browse the repository at this point in the history
This shouldn't be a two_thirds layout because the table needs more room.
  • Loading branch information
tvararu committed Sep 25, 2024
1 parent c718f55 commit 0082ec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/cohort_imports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def create
end

def show
render layout: "full"
end

def edit
Expand Down

0 comments on commit 0082ec8

Please sign in to comment.