[#369] fix layout for a new build list page
This commit is contained in:
parent
1542b67bdf
commit
8c8d86788c
|
@ -2,7 +2,7 @@ class Projects::BuildListsController < Projects::BaseController
|
|||
include FileStoreHelper
|
||||
include BuildListsHelper
|
||||
|
||||
layout 'bootstrap', only: [:index, :show, :new]
|
||||
layout 'bootstrap', only: [:index, :show, :new, :create]
|
||||
|
||||
NESTED_ACTIONS = [:index, :new, :create]
|
||||
|
||||
|
|
Loading…
Reference in New Issue