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

28 lines
1 KiB
Text
Raw Normal View History

2016-06-22 15:30:34 +05:30
- @no_container = true
2018-03-17 18:26:18 +05:30
- page_title _('Contributors')
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
2018-03-17 18:26:18 +05:30
.tree-ref-holder.inline.vertical-align-middle
2016-06-22 15:30:34 +05:30
= render 'shared/ref_switcher', destination: 'graphs'
2018-03-17 18:26:18 +05:30
= link_to s_('Commits|History'), project_commits_path(@project, current_ref), class: 'btn'
2016-06-22 15:30:34 +05:30
.loading-graph
.center
%h3.page-title
%i.fa.fa-spinner.fa-spin
2018-03-17 18:26:18 +05:30
= s_('ContributorsPage|Building repository graph.')
%p.slead
= s_('ContributorsPage|Please wait a moment, this page will automatically refresh when ready.')
2016-06-22 15:30:34 +05:30
.stat-graph.hide
.header.clearfix
%h3#date_header.page-title
%p.light
2018-03-17 18:26:18 +05:30
= s_('ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits.') % { branch_name: @ref }
2017-08-17 22:00:37 +05:30
%input#brush_change{ :type => "hidden" }
2016-06-22 15:30:34 +05:30
.graphs.row
2019-07-31 22:56:46 +05:30
#contributors-master.svg-w-100
2016-06-22 15:30:34 +05:30
#contributors.clearfix
2019-07-31 22:56:46 +05:30
%ol.contributors-list.svg-w-100.row