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
5ae8f237
Commit
5ae8f237
authored
Mar 31, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust burndown chart data toggle style
parent
8595ff79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+21
-0
app/views/shared/milestones/_burndown.html.haml
app/views/shared/milestones/_burndown.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/milestone.scss
View file @
5ae8f237
...
...
@@ -261,6 +261,27 @@ $burndown-chart-axis-label-stroke: #e5e5e5;
font-size
:
16px
;
margin
:
0
;
}
.btn-group
{
margin-left
:
20px
;
margin-bottom
:
2px
;
}
.btn
{
font-size
:
12px
;
@include
btn-outline
(
$white-light
,
$blue-500
,
$blue-500
,
$blue-500
,
$white-light
,
$blue-600
,
$blue-600
,
$blue-700
);
&
.active
{
background-color
:
$blue-500
;
border-color
:
$blue-600
;
color
:
$white-light
;
}
&
:focus
{
outline
:
none
;
}
}
}
.burndown-chart
{
...
...
app/views/shared/milestones/_burndown.html.haml
View file @
5ae8f237
...
...
@@ -27,8 +27,8 @@
%h3
Burndown Chart
.btn-group
%button
.btn.btn-xs.
btn-primary.
active
{
data:
{
show:
'count'
}
}
%button
.btn.btn-xs.active
{
data:
{
show:
'count'
}
}
Issues
%button
.btn.btn-xs
.btn-primary
{
data:
{
show:
'weight'
}
}
%button
.btn.btn-xs
{
data:
{
show:
'weight'
}
}
Issue Weight
.burndown-chart
{
data:
{
start_date:
burndown
.
start_date
.
strftime
(
"%Y-%m-%d"
),
end_date:
burndown
.
end_date
.
strftime
(
"%Y-%m-%d"
),
chart_data:
burndown
.
chart_data
.
to_json
}
}
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