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
dea4c092
Commit
dea4c092
authored
Apr 10, 2021
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use true instead of symbol in HAML
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
3c2c533b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/views/shared/issuable/_epic_nav.html.haml
ee/app/views/shared/issuable/_epic_nav.html.haml
+1
-1
No files found.
ee/app/views/shared/issuable/_epic_nav.html.haml
View file @
dea4c092
-
type
=
local_assigns
.
fetch
(
:type
,
:epics
)
-
page_context_word
=
type
.
to_s
.
humanize
(
capitalize:
false
)
-
display_count
=
local_assigns
.
fetch
(
:display_count
,
:
true
)
-
display_count
=
local_assigns
.
fetch
(
:display_count
,
true
)
%ul
.nav-links.mobile-separator.epics-state-filters
%li
{
class:
active_when
(
params
[
:state
]
==
'opened'
)
}
>
...
...
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