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
2882fd9d
Commit
2882fd9d
authored
Oct 04, 2019
by
Walmyr Lima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update view for testability
parent
45e200dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ee/app/views/shared/milestones/_burndown.html.haml
ee/app/views/shared/milestones/_burndown.html.haml
+2
-2
No files found.
ee/app/views/shared/milestones/_burndown.html.haml
View file @
2882fd9d
...
...
@@ -12,11 +12,11 @@
.btn-group.js-burndown-data-selector
%button
.btn.btn-sm.btn-primary
{
data:
{
show:
'count'
}
}
Issues
%button
.btn.btn-sm.btn-primary.btn-inverted
{
data:
{
show:
'weight'
}
}
%button
.btn.btn-sm.btn-primary.btn-inverted
{
data:
{
show:
'weight'
,
qa_selector:
'weight_button'
}
}
Issue weight
.burndown-chart
{
data:
{
start_date:
burndown
.
start_date
.
strftime
(
"%Y-%m-%d"
),
due_date:
burndown
.
due_date
.
strftime
(
"%Y-%m-%d"
),
burndown_events_path:
expose_url
(
burndown_endpoint
)
}
}
burndown_events_path:
expose_url
(
burndown_endpoint
)
,
qa_selector:
'burndown_chart'
}
}
-
elsif
show_burndown_placeholder?
(
milestone
,
warning
)
.burndown-hint.content-block.container-fluid
...
...
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