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
cc6491ef
Commit
cc6491ef
authored
Oct 20, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use root_url for issue boards user link
Closes #23556
parent
501bd94d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGELOG.md
CHANGELOG.md
+1
-1
app/views/projects/boards/components/_card.html.haml
app/views/projects/boards/components/_card.html.haml
+1
-1
No files found.
CHANGELOG.md
View file @
cc6491ef
...
...
@@ -7,7 +7,6 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Add hover to trash icon in notes !7008 (blackst0ne)
-
Simpler arguments passed to named_route on toggle_award_url helper method
-
Fix: Backup restore doesn't clear cache
-
Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests method
-
Fix documents and comments on Build API
`scope`
...
...
@@ -44,6 +43,7 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Clarify documentation for Runners API (Gennady Trafimenkov)
-
The instrumentation for Banzai::Renderer has been restored
-
Change user & group landing page routing from /u/:username to /:username
-
Fixed issue boards user link when in subdirectory
-
Added documentation for .gitattributes files
-
Move Pipeline Metrics to separate worker
-
AbstractReferenceFilter caches project_refs on RequestStore when active
...
...
app/views/projects/boards/components/_card.html.haml
View file @
cc6491ef
...
...
@@ -26,7 +26,7 @@
":title"
=>
"label.description"
,
data:
{
container:
'body'
}
}
{{ label.title }}
%a
.has-tooltip
{
":href"
=>
"'
/
' + issue.assignee.username"
,
%a
.has-tooltip
{
":href"
=>
"'
#{root_path}
' + issue.assignee.username"
,
":title"
=>
"'Assigned to ' + issue.assignee.name"
,
"v-if"
=>
"issue.assignee"
,
data:
{
container:
'body'
}
}
...
...
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