Commit f5bb1789 authored by Felipe Artur's avatar Felipe Artur

Fix specs BACKPORT

parent aa997e42
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment