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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
9dc4ebc8
Commit
9dc4ebc8
authored
Oct 06, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix links to issue boards
parent
38cece49
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/layouts/nav/_project.html.haml
app/views/layouts/nav/_project.html.haml
+1
-1
app/views/projects/boards/show.html.haml
app/views/projects/boards/show.html.haml
+1
-1
app/views/projects/issues/_head.html.haml
app/views/projects/issues/_head.html.haml
+1
-1
No files found.
app/views/layouts/nav/_project.html.haml
View file @
9dc4ebc8
...
...
@@ -116,4 +116,4 @@
-# Shortcut to issue boards
%li
.hidden
=
link_to
'Issue Boards'
,
namespace_project_board_path
(
@project
.
namespace
,
@project
),
title:
'Issue Boards'
,
class:
'shortcuts-issue-boards'
=
link_to
'Issue Boards'
,
namespace_project_board
s
_path
(
@project
.
namespace
,
@project
),
title:
'Issue Boards'
,
class:
'shortcuts-issue-boards'
app/views/projects/boards/show.html.haml
View file @
9dc4ebc8
...
...
@@ -11,7 +11,7 @@
=
render
'shared/issuable/filter'
,
type: :boards
.boards-list
#board-app
{
"v-cloak"
=>
true
,
"data-endpoint"
=>
"#{namespace_project_board_path(@project.namespace, @project)}"
,
"data-endpoint"
=>
"#{namespace_project_board
s
_path(@project.namespace, @project)}"
,
"data-disabled"
=>
"#{!can?(current_user, :admin_list, @project)}"
,
"data-issue-link-base"
=>
"#{namespace_project_issues_path(@project.namespace, @project)}"
}
.boards-app-loading.text-center
{
"v-if"
=>
"loading"
}
...
...
app/views/projects/issues/_head.html.haml
View file @
9dc4ebc8
...
...
@@ -10,7 +10,7 @@
Issues
=
nav_link
(
controller: :boards
)
do
=
link_to
namespace_project_board_path
(
@project
.
namespace
,
@project
),
title:
'Board'
do
=
link_to
namespace_project_board
s
_path
(
@project
.
namespace
,
@project
),
title:
'Board'
do
%span
Board
...
...
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