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
ac5b6c3b
Commit
ac5b6c3b
authored
Nov 08, 2015
by
Christophe Poulette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply new design for project graphs page
parent
bf76df22
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
+18
-6
CHANGELOG
CHANGELOG
+1
-0
app/views/projects/graphs/_head.html.haml
app/views/projects/graphs/_head.html.haml
+1
-1
app/views/projects/graphs/ci.html.haml
app/views/projects/graphs/ci.html.haml
+3
-0
app/views/projects/graphs/commits.html.haml
app/views/projects/graphs/commits.html.haml
+7
-3
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+6
-2
No files found.
CHANGELOG
View file @
ac5b6c3b
...
@@ -23,6 +23,7 @@ v 8.2.0 (unreleased)
...
@@ -23,6 +23,7 @@ v 8.2.0 (unreleased)
- Add "added", "modified" and "removed" properties to commit object in webhook
- Add "added", "modified" and "removed" properties to commit object in webhook
- Rename "Back to" links to "Go to" because its not always a case it point to place user come from
- Rename "Back to" links to "Go to" because its not always a case it point to place user come from
- Allow groups to appear in the search results if the group owner allows it
- Allow groups to appear in the search results if the group owner allows it
- New design for project graphs page
v 8.1.3
v 8.1.3
- Spread out runner contacted_at updates
- Spread out runner contacted_at updates
...
...
app/views/projects/graphs/_head.html.haml
View file @
ac5b6c3b
%ul
.
nav.nav-tabs
%ul
.
center-top-menu
=
nav_link
(
action: :show
)
do
=
nav_link
(
action: :show
)
do
=
link_to
'Contributors'
,
namespace_project_graph_path
=
link_to
'Contributors'
,
namespace_project_graph_path
=
nav_link
(
action: :commits
)
do
=
nav_link
(
action: :commits
)
do
...
...
app/views/projects/graphs/ci.html.haml
View file @
ac5b6c3b
-
page_title
"Continuous Integration"
,
"Graphs"
-
page_title
"Continuous Integration"
,
"Graphs"
=
render
"header_title"
=
render
"header_title"
=
render
'head'
=
render
'head'
.gray-content-block
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
#charts
.ci-charts
#charts
.ci-charts
=
render
'projects/graphs/ci/builds'
=
render
'projects/graphs/ci/builds'
=
render
'projects/graphs/ci/build_times'
=
render
'projects/graphs/ci/build_times'
...
...
app/views/projects/graphs/commits.html.haml
View file @
ac5b6c3b
-
page_title
"Commits"
,
"Graphs"
-
page_title
"Commits"
,
"Graphs"
=
render
"header_title"
=
render
"header_title"
.tree-ref-holder
=
reder
'head'
.gray-content-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
=
render
'head'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
%p
.lead
%p
.lead
Commit statistics for
Commit statistics for
...
...
app/views/projects/graphs/show.html.haml
View file @
ac5b6c3b
-
page_title
"Contributors"
,
"Graphs"
-
page_title
"Contributors"
,
"Graphs"
=
render
"header_title"
=
render
"header_title"
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
=
render
'head'
=
render
'head'
.gray-content-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
.loading-graph
.loading-graph
.center
.center
%h3
.page-title
%h3
.page-title
...
...
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