debian-mirror-gitlab/app/views/projects/graphs/show.html.haml

37 lines
1.1 KiB
Text
Raw Normal View History

2016-06-22 15:30:34 +05:30
- @no_container = true
2017-08-17 22:00:37 +05:30
- page_title "Contributors"
- content_for :page_specific_javascripts do
2017-09-10 17:25:29 +05:30
= webpack_bundle_tag('common_d3')
= webpack_bundle_tag('graphs')
= webpack_bundle_tag('graphs_show')
- if show_new_nav?
- add_to_breadcrumbs("Repository", project_tree_path(@project))
2017-08-17 22:00:37 +05:30
= render 'projects/commits/head'
2015-09-11 14:41:01 +05:30
2017-09-10 17:25:29 +05:30
.js-graphs-show{ class: container_class, 'data-project-graph-path': project_graph_path(@project, current_ref, format: :json) }
2016-06-22 15:30:34 +05:30
.sub-header-block
.tree-ref-holder
= render 'shared/ref_switcher', destination: 'graphs'
%ul.breadcrumb.repo-breadcrumb
= commits_breadcrumbs
.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
.header.clearfix
%h3#date_header.page-title
%p.light
Commits to #{@ref}, excluding merge commits. Limited to 6,000 commits.
2017-08-17 22:00:37 +05:30
%input#brush_change{ :type => "hidden" }
2016-06-22 15:30:34 +05:30
.graphs.row
#contributors-master
#contributors.clearfix
%ol.contributors-list.clearfix