diff --git a/app/controllers/hyrax/file_sets_controller.rb b/app/controllers/hyrax/file_sets_controller.rb index 52ccd383d0..085f502e8d 100644 --- a/app/controllers/hyrax/file_sets_controller.rb +++ b/app/controllers/hyrax/file_sets_controller.rb @@ -173,10 +173,10 @@ def _prefixes def decide_layout layout = case action_name - when 'show' - '1_column' - else - 'dashboard' + when 'show' + '1_column' + else + 'dashboard' end File.join(theme, layout) end