Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
aab2a232
Commit
aab2a232
authored
Sep 04, 2017
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing specs
parent
55922c77
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
app/controllers/projects/boards_controller.rb
app/controllers/projects/boards_controller.rb
+1
-1
app/views/shared/boards/_switcher.html.haml
app/views/shared/boards/_switcher.html.haml
+1
-1
lib/gitlab/path_regex.rb
lib/gitlab/path_regex.rb
+2
-0
No files found.
app/controllers/projects/boards_controller.rb
View file @
aab2a232
...
...
@@ -24,7 +24,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
...
...
app/views/shared/boards/_switcher.html.haml
View file @
aab2a232
...
...
@@ -26,7 +26,7 @@
%li
{
"v-for"
=>
"board in boards"
}
%a
{
":href"
=>
"'#{board_base_url}/' + board.id"
}
{{ board.name }}
-
if
!
multiple_boards_available?
&&
@
boards
.
size
>
1
-
if
!
multiple_boards_available?
&&
current_board_parent
.
boards
.
size
>
1
%li
.small
Some of your boards are hidden, activate a license to see them again.
.dropdown-loading
{
"v-if"
=>
"loading"
}
...
...
lib/gitlab/path_regex.rb
View file @
aab2a232
...
...
@@ -26,6 +26,7 @@ module Gitlab
apple-touch-icon.png
assets
autocomplete
boards
ci
dashboard
deploy.html
...
...
@@ -118,6 +119,7 @@ module Gitlab
analytics
audit_events
avatar
boards
edit
group_members
hooks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment