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
448b3aa6
Commit
448b3aa6
authored
Jul 20, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace icons in /cycle_analytics and /explore/groups banners
parent
fa594a25
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
app/assets/javascripts/cycle_analytics/components/banner.vue
app/assets/javascripts/cycle_analytics/components/banner.vue
+8
-4
app/assets/stylesheets/framework/blocks.scss
app/assets/stylesheets/framework/blocks.scss
+1
-1
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+1
-1
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+1
-1
app/views/explore/groups/index.html.haml
app/views/explore/groups/index.html.haml
+1
-1
No files found.
app/assets/javascripts/cycle_analytics/components/banner.vue
View file @
448b3aa6
<
script
>
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
iconCycleAnalyticsSplash
from
'
icons/_icon_cycle_analytics_splash.svg
'
;
export
default
{
components
:
{
Icon
,
},
props
:
{
documentationLink
:
{
type
:
String
,
...
...
@@ -28,10 +32,10 @@
type=
"button"
@
click=
"dismissOverviewDialog"
>
<i
class=
"fa fa-times
"
aria-hidden=
"true"
>
</i
>
<i
con
name=
"close
"
aria-hidden=
"true"
/
>
</button>
<div
class=
"svg-container"
...
...
app/assets/stylesheets/framework/blocks.scss
View file @
448b3aa6
...
...
@@ -284,7 +284,7 @@
.dismiss-button
{
position
:
absolute
;
right
:
6px
;
top
:
6
px
;
top
:
12
px
;
cursor
:
pointer
;
color
:
$blue-300
;
z-index
:
1
;
...
...
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
448b3aa6
...
...
@@ -21,7 +21,7 @@
}
}
svg
{
.svg-container
svg
{
width
:
136px
;
height
:
136px
;
}
...
...
app/assets/stylesheets/pages/groups.scss
View file @
448b3aa6
...
...
@@ -240,7 +240,7 @@ table.pipeline-project-metrics tr td {
}
}
svg
{
.svg-container
svg
{
width
:
62px
;
height
:
50px
;
}
...
...
app/views/explore/groups/index.html.haml
View file @
448b3aa6
...
...
@@ -13,7 +13,7 @@
-
if
cookies
[
:explore_groups_landing_dismissed
]
!=
'true'
.explore-groups.landing.content-block.js-explore-groups-landing.hide
%button
.dismiss-button
{
type:
'button'
,
'aria-label'
=>
_
(
'Dismiss'
)
}=
icon
(
'times'
)
%button
.dismiss-button
{
type:
'button'
,
'aria-label'
=>
_
(
'Dismiss'
)
}=
sprite_icon
(
'close'
,
size:
16
)
.svg-container
=
custom_icon
(
'icon_explore_groups_splash'
)
.inner-content
...
...
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