[#369] fix layout for a new build list page

This commit is contained in:
Alexander Machehin 2014-11-06 12:59:56 +05:00
parent 1542b67bdf
commit 8c8d86788c
1 changed files with 1 additions and 1 deletions

View File

@ -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]