Fix specs BACKPORT
This commit is contained in:
parent
aa997e4297
commit
f5bb1789ee
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Projects::BoardsController < Projects::ApplicationController
|
|||
def assign_endpoint_vars
|
||||
@boards_endpoint = project_boards_url(project)
|
||||
@bulk_issues_path = bulk_update_project_issues_path(project)
|
||||
@namespace_path = project.namespace.path
|
||||
@namespace_path = project.namespace.full_path
|
||||
@labels_endpoint = project_labels_path(project)
|
||||
end
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ module Gitlab
|
|||
apple-touch-icon.png
|
||||
assets
|
||||
autocomplete
|
||||
boards
|
||||
ci
|
||||
dashboard
|
||||
deploy.html
|
||||
|
|
Loading…
Reference in a new issue