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
5fabf59c
Commit
5fabf59c
authored
Apr 20, 2021
by
Donald Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed parenthesis issue
parent
090017fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
app/views/shared/issue_type/_details_header.html.haml
app/views/shared/issue_type/_details_header.html.haml
+7
-4
No files found.
app/views/shared/issue_type/_details_header.html.haml
View file @
5fabf59c
-
link
=
issue_closed_link
(
@issue
,
current_user
,
css_class:
'text-white text-underline'
)
.detail-page-header
.detail-page-header-body
.issuable-status-box.status-box.status-box-issue-closed
{
class:
issue_status_visibility
(
issuable
,
status_box: :closed
)
}
=
sprite_icon
(
'issue-close'
,
css_class:
'gl-display-block gl-sm-display-none!'
)
.gl-display-none.gl-sm-display-block
!
.gl-display-none.gl-sm-display-block
=
issue_closed_text
(
issuable
,
current_user
)
%span
.text-white.gl-pl-2.gl-sm-display-none
!
=
" (
#{
issue_closed_link
(
issuable
,
current_user
,
css_class:
'text-underline text-white'
)
}
)"
-
if
link
%span
.text-white.gl-pl-2.gl-sm-display-none
=
"(
#{
link
}
)"
.issuable-status-box.status-box.status-box-open
{
class:
issue_status_visibility
(
issuable
,
status_box: :open
)
}
=
sprite_icon
(
'issue-open-m'
,
css_class:
'gl-display-block gl-sm-display-none!'
)
%span
.gl-display-none.gl-sm-display-block
!
%span
.gl-display-none.gl-sm-display-block
=
_
(
'Open'
)
.issuable-meta
...
...
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