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
7ef1c386
Commit
7ef1c386
authored
Mar 23, 2021
by
Donald Cook
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated mobile closed issue icon
parent
33702b3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/issue_show/components/app.vue
app/assets/javascripts/issue_show/components/app.vue
+1
-1
app/views/shared/issue_type/_details_header.html.haml
app/views/shared/issue_type/_details_header.html.haml
+1
-1
No files found.
app/assets/javascripts/issue_show/components/app.vue
View file @
7ef1c386
...
...
@@ -238,7 +238,7 @@ export default {
:
''
;
},
statusIcon
()
{
return
this
.
isClosed
?
'
mobile-
issue-close
'
:
'
issue-open-m
'
;
return
this
.
isClosed
?
'
issue-close
'
:
'
issue-open-m
'
;
},
statusText
()
{
return
IssuableStatusText
[
this
.
issuableStatus
];
...
...
app/views/shared/issue_type/_details_header.html.haml
View file @
7ef1c386
.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
(
'
mobile-
issue-close'
,
css_class:
'gl-display-block gl-sm-display-none!'
)
=
sprite_icon
(
'issue-close'
,
css_class:
'gl-display-block gl-sm-display-none!'
)
.gl-display-none.gl-sm-display-block
!
=
issue_closed_text
(
issuable
,
current_user
)
.issuable-status-box.status-box.status-box-open
{
class:
issue_status_visibility
(
issuable
,
status_box: :open
)
}
...
...
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