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
72abcd33
Commit
72abcd33
authored
Dec 16, 2021
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefetching Issues and Projects
parent
7b82ad19
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/groups/projects.html.haml
app/views/groups/projects.html.haml
+1
-1
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+1
-1
app/views/shared/projects/_project.html.haml
app/views/shared/projects/_project.html.haml
+1
-1
No files found.
app/views/groups/projects.html.haml
View file @
72abcd33
...
...
@@ -22,7 +22,7 @@
=
render
'project_badges'
,
project:
project
.title
=
link_to
(
project_path
(
project
))
do
=
link_to
(
project_path
(
project
))
,
class:
'js-prefetch-document'
do
.dash-project-avatar
.avatar-container.rect-avatar.s40
=
project_icon
(
project
,
alt:
''
,
class:
'avatar project-avatar s40'
,
width:
40
,
height:
40
)
...
...
app/views/projects/issues/_issue.html.haml
View file @
72abcd33
...
...
@@ -13,7 +13,7 @@
%span
.has-tooltip
{
title:
_
(
'Confidential'
)
}
=
confidential_icon
(
issue
)
=
hidden_issue_icon
(
issue
)
=
link_to
issue
.
title
,
issue_path
(
issue
)
=
link_to
issue
.
title
,
issue_path
(
issue
)
,
class:
'js-prefetch-document'
=
render_if_exists
'projects/issues/subepic_flag'
,
issue:
issue
-
if
issue
.
tasks?
%span
.task-status.d-none.d-sm-inline-block
...
...
app/views/shared/projects/_project.html.haml
View file @
72abcd33
...
...
@@ -31,7 +31,7 @@
.flex-wrapper
.d-flex.align-items-center.flex-wrap.project-title
%h2
.d-flex.gl-mt-3
=
link_to
project_path
(
project
),
class:
'text-plain'
do
=
link_to
project_path
(
project
),
class:
'text-plain
js-prefetch-document
'
do
%span
.project-full-name.gl-mr-3
>
<
%span
.namespace-name
-
if
project
.
namespace
&&
!
skip_namespace
...
...
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