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
eb9165e6
Commit
eb9165e6
authored
Feb 25, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a warning icon to confidential issues on list page and issue details
parent
3075eede
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue.html.haml
+4
-0
app/views/projects/issues/show.html.haml
app/views/projects/issues/show.html.haml
+2
-0
No files found.
app/views/projects/issues/_issue.html.haml
View file @
eb9165e6
...
...
@@ -11,6 +11,10 @@
%li
CLOSED
-
if
issue
.
confidential?
%li
=
icon
(
'lock'
)
-
if
issue
.
assignee
%li
=
link_to_member
(
@project
,
issue
.
assignee
,
name:
false
,
title:
"Assigned to :name"
)
...
...
app/views/projects/issues/show.html.haml
View file @
eb9165e6
...
...
@@ -22,6 +22,8 @@
=
icon
(
'angle-double-left'
)
.issue-meta
-
if
@issue
.
confidential
=
icon
(
'lock'
)
%strong
.identifier
Issue ##{@issue.iid}
%span
.creator
...
...
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