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
d7d13f76
Commit
d7d13f76
authored
Jul 20, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace icons in IssueCardInner vue component
parent
448b3aa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
app/assets/javascripts/boards/components/issue_card_inner.vue
...assets/javascripts/boards/components/issue_card_inner.vue
+6
-3
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+1
-2
No files found.
app/assets/javascripts/boards/components/issue_card_inner.vue
View file @
d7d13f76
<
script
>
import
$
from
'
jquery
'
;
import
IssueCardWeight
from
'
ee/boards/components/issue_card_weight.vue
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
UserAvatarLink
from
'
../../vue_shared/components/user_avatar/user_avatar_link.vue
'
;
import
eventHub
from
'
../eventhub
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
...
...
@@ -10,6 +11,7 @@
components
:
{
UserAvatarLink
,
IssueCardWeight
,
Icon
,
},
directives
:
{
tooltip
,
...
...
@@ -142,11 +144,12 @@
<div>
<div
class=
"board-card-header"
>
<h4
class=
"board-card-title"
>
<i
<i
con
v-if=
"issue.confidential"
class=
"fa fa-eye-slash confidential-icon
"
name=
"eye-slash
"
aria-hidden=
"true"
></i>
class=
"confidential-icon"
/>
<a
:href=
"issue.path"
:title=
"issue.title"
...
...
app/assets/stylesheets/pages/boards.scss
View file @
d7d13f76
...
...
@@ -350,8 +350,7 @@
}
.confidential-icon
{
position
:
relative
;
top
:
1px
;
vertical-align
:
text-top
;
margin-right
:
5px
;
}
}
...
...
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