Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
6a166f569316
Commit
e9f85bf1
authored
Aug 16, 2017
by
Regis
Browse files
change to 'Not confidential'
parent
248b68324211
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/javascripts/sidebar/components/confidential/confidential_issue_sidebar.vue
View file @
6a166f56
...
...
@@ -71,7 +71,7 @@ export default {
/>
<div
v-if=
"!isConfidential"
class=
"no-value confidential-value"
>
<i
class=
"fa fa-eye is-not-confidential"
></i>
This issue is n
ot confidential
N
ot confidential
</div>
<div
v-else
class=
"value confidential-value hide-collapsed"
>
<i
aria-hidden=
"true"
data-hidden=
"true"
class=
"fa fa-eye-slash is-confidential"
></i>
...
...
spec/javascripts/sidebar/confidential_issue_sidebar_spec.js
View file @
6a166f56
...
...
@@ -41,7 +41,7 @@ describe('Confidential Issue Sidebar Block', () => {
).
toBe
(
true
);
expect
(
vm2
.
$el
.
innerHTML
.
includes
(
'
This issue is n
ot confidential
'
),
vm2
.
$el
.
innerHTML
.
includes
(
'
N
ot confidential
'
),
).
toBe
(
true
);
});
...
...
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