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
Tatuya Kamada
gitlab-ce
Commits
461b3995
Commit
461b3995
authored
Sep 20, 2016
by
Fatih Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify vue template for cycle analytics.
parent
e49c6f86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+6
-3
app/views/projects/cycle_analytics/show.html.haml
app/views/projects/cycle_analytics/show.html.haml
+5
-8
No files found.
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
461b3995
...
...
@@ -23,6 +23,7 @@
.text
{
color
:
$layout-link-gray
;
margin
:
0
;
}
&
:last-child
{
...
...
@@ -52,13 +53,15 @@
}
.title-col
{
span
{
&
:first-child
{
p
{
margin
:
0
;
&
.title
{
line-height
:
19px
;
font-size
:
15px
;
font-weight
:
600
;
}
&
:
last-child
{
&
:
text
{
color
:
#8C8C8C
;
}
}
...
...
app/views/projects/cycle_analytics/show.html.haml
View file @
461b3995
...
...
@@ -23,11 +23,9 @@
.content-block
.container-fluid
.row
%template
{
"v-for"
=>
"item in summary"
}
.col-xs-3.column
%span
.header
{{item.value}}
%br
%span
.text
{{item.title}}
.col-xs-3.column
{
"v-for"
=>
"item in summary"
}
%h3
.header
{{item.value}}
%p
.text
{{item.title}}
.col-xs-3.column
.dropdown.inline.js-ca-dropdown
...
...
@@ -48,10 +46,9 @@
.container-fluid
.row
.col-xs-10.title-col
%
span
%
p
.title
{{item.title}}
%br
%span
%p
.text
{{item.description}}
.col-xs-2.value-col
%span
...
...
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