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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
2c2b487d
Commit
2c2b487d
authored
Sep 22, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements after review
parent
43701de5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+0
-1
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+2
-2
app/views/projects/cycle_analytics/show.html.haml
app/views/projects/cycle_analytics/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
2c2b487d
...
...
@@ -273,7 +273,6 @@ $calendar-unselectable-bg: $gray-light;
* Cycle Analytics
*/
$cycle-analytics-box-padding
:
30px
;
$cycle-analytics-box-margin-bottom
:
16px
;
$cycle-analytics-box-text-color
:
#8c8c8c
;
/*
...
...
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
2c2b487d
...
...
@@ -81,7 +81,7 @@
}
.landing
{
margin-bottom
:
$
cycle-analytics-box-margin-bottom
;
margin-bottom
:
$
gl-padding
;
overflow
:
hidden
;
.dismiss-icon
{
...
...
@@ -114,7 +114,7 @@
p
{
color
:
$cycle-analytics-box-text-color
;
margin-bottom
:
$
cycle-analytics-box-margin-bottom
;
margin-bottom
:
$
gl-padding
;
}
}
}
...
...
app/views/projects/cycle_analytics/show.html.haml
View file @
2c2b487d
...
...
@@ -2,7 +2,7 @@
-
page_title
"Cycle Analytics"
=
render
"projects/pipelines/head"
#cycle-analytics
{
class:
container_class
,
"v-cloak"
=>
"true"
,
data:
{
request_path:
project_cycle_analytics_path
(
@project
)}}
#cycle-analytics
{
class:
container_class
,
"v-cloak"
=>
"true"
,
data:
{
request_path:
project_cycle_analytics_path
(
@project
)}}
.bordered-box.landing.content-block
{
"v-if"
=>
"!isHelpDismissed"
}
=
icon
(
'times'
,
class:
'dismiss-icon'
,
"@click"
:
"dismissLanding()"
)
...
...
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