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
iv
gitlab-ce
Commits
8597e885
Commit
8597e885
authored
Nov 09, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9814 from Totof6942/patch-ui-graphs-header
Apply new header design for project graphs page
parents
bd54bf7a
4ac26c64
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
5 deletions
+17
-5
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
+6
-2
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+6
-2
No files found.
CHANGELOG
View file @
8597e885
...
...
@@ -25,6 +25,7 @@ v 8.2.0 (unreleased)
- 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
- Allow groups to appear in the search results if the group owner allows it
- New design for project graphs page
v 8.1.3
- Spread out runner contacted_at updates
...
...
app/views/projects/graphs/_head.html.haml
View file @
8597e885
%ul
.
nav.nav-tabs
%ul
.
center-top-menu
=
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 @
8597e885
-
page_title
"Continuous Integration"
,
"Graphs"
=
render
"header_title"
=
render
'head'
.gray-content-block
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
#charts
.ci-charts
=
render
'projects/graphs/ci/builds'
=
render
'projects/graphs/ci/build_times'
...
...
app/views/projects/graphs/commits.html.haml
View file @
8597e885
-
page_title
"Commits"
,
"Graphs"
=
render
"header_title"
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
=
render
'head'
.gray-content-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs_commits'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
%p
.lead
Commit statistics for
%strong
#{
@ref
}
...
...
app/views/projects/graphs/show.html.haml
View file @
8597e885
-
page_title
"Contributors"
,
"Graphs"
=
render
"header_title"
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
=
render
'head'
.gray-content-block
.tree-ref-holder
=
render
'shared/ref_switcher'
,
destination:
'graphs'
%ul
.breadcrumb.repo-breadcrumb
=
commits_breadcrumbs
.loading-graph
.center
%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