Skip to content

Commit

Permalink
🧹 Components: Rename nude to minimal
Browse files Browse the repository at this point in the history
- #1187

Sometimes there are pages where we don't want to include anything but
the body; such as in
#1956

This renames that layout from `nude` to `minimal`
  • Loading branch information
zspencer committed Nov 24, 2023
1 parent aea6178 commit 5170014
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/furniture/marketplace/flyers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Marketplace
class FlyersController < Controller
layout "nude"
layout "minimal"
expose :flyer, -> { marketplace.flyer }

def show
Expand Down
File renamed without changes.

0 comments on commit 5170014

Please sign in to comment.