BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8e841530
Commit
8e841530
authored
Jun 15, 2016
by
Annabel Dunstone
Committed by
Jacob Schatz
Jun 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style sub nav links in Graphs
parent
11773221
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
13 deletions
+24
-13
_head.html.haml
app/views/projects/graphs/_head.html.haml
+4
-2
ci.html.haml
app/views/projects/graphs/ci.html.haml
+5
-2
commits.html.haml
app/views/projects/graphs/commits.html.haml
+6
-4
languages.html.haml
app/views/projects/graphs/languages.html.haml
+4
-2
show.html.haml
app/views/projects/graphs/show.html.haml
+5
-3
No files found.
app/views/projects/graphs/_head.html.haml
View file @
8e841530
-
page_specific_javascripts
asset_path
(
"graphs/application.js"
)
%ul
.nav-links
%ul
.nav-links.sub-nav
%div
{
class:
(
container_class
)
}
-
page_specific_javascripts
asset_path
(
"graphs/application.js"
)
=
nav_link
(
action: :show
)
do
=
link_to
'Contributors'
,
namespace_project_graph_path
=
nav_link
(
action: :commits
)
do
...
...
app/views/projects/graphs/ci.html.haml
View file @
8e841530
-
@no_container
=
true
-
page_title
"Continuous Integration"
,
"Graphs"
=
render
'head'
.row-content-block.append-bottom-default
%div
{
class:
(
container_class
)
}
.row-content-block.append-bottom-default
.oneline
A collection of graphs for Continuous Integration
#charts
.ci-charts
#charts
.ci-charts
.row
.col-md-6
=
render
'projects/graphs/ci/overall'
...
...
app/views/projects/graphs/commits.html.haml
View file @
8e841530
-
@no_container
=
true
-
page_title
"Commits"
,
"Graphs"
=
render
'head'
.row-content-block.append-bottom-default
%div
{
class:
(
container_class
)
}
.row-content-block.append-bottom-default
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
%p
.lead
%p
.lead
Commit statistics for
%strong
#{
@ref
}
#{
@commits_graph
.
start_date
.
strftime
(
'%b %d'
)
}
-
#{
@commits_graph
.
end_date
.
strftime
(
'%b %d'
)
}
.row
.row
.col-md-6
%ul
%li
...
...
@@ -36,7 +38,7 @@
%p
.slead
Commits per day of month
%canvas
#month-chart
.row
.row
.col-md-6
%div
%p
.slead
...
...
app/views/projects/graphs/languages.html.haml
View file @
8e841530
-
@no_container
=
true
-
page_title
"Languages"
,
"Graphs"
=
render
'head'
.row-content-block.append-bottom-default
%div
{
class:
(
container_class
)
}
.row-content-block.append-bottom-default
.oneline
Programming languages used in this repository
.row
.row
.col-md-8
%canvas
#languages-chart
{
height:
400
}
.col-md-4
...
...
app/views/projects/graphs/show.html.haml
View file @
8e841530
-
@no_container
=
true
-
page_title
"Contributors"
,
"Graphs"
=
render
'head'
.row-content-block.append-bottom-default
%div
{
class:
(
container_class
)
}
.row-content-block.append-bottom-default
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
.loading-graph
.loading-graph
.center
%h3
.page-title
%i
.fa.fa-spinner.fa-spin
Building repository graph.
%p
.slead
Please wait a moment, this page will automatically refresh when ready.
.stat-graph.hide
.stat-graph.hide
.header.clearfix
%h3
#date_header
.page-title
%p
.light
...
...
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