gitlab-org--gitlab-foss/app/views/projects/graphs/show.html.haml

28 lines
1 KiB
Text
Raw Normal View History

2016-06-15 09:54:31 -04:00
- @no_container = true
2017-11-02 04:41:11 -04:00
- page_title _('Contributors')
2017-08-01 04:50:59 -04:00
.js-graphs-show{ class: container_class, 'data-project-graph-path': project_graph_path(@project, current_ref, format: :json) }
.sub-header-block
2017-11-02 04:41:11 -04:00
.tree-ref-holder.inline.vertical-align-middle
2016-06-15 09:54:31 -04:00
= render 'shared/ref_switcher', destination: 'graphs'
2017-11-02 04:41:11 -04:00
= link_to s_('Commits|History'), project_commits_path(@project, current_ref), class: 'btn'
2016-06-15 09:54:31 -04:00
.loading-graph
.center
%h3.page-title
%i.fa.fa-spinner.fa-spin
2017-11-02 04:41:11 -04:00
= s_('ContributorsPage|Building repository graph.')
%p.slead
= s_('ContributorsPage|Please wait a moment, this page will automatically refresh when ready.')
2016-06-15 09:54:31 -04:00
2018-04-24 17:40:46 -04:00
.stat-graph.hide
2016-06-15 09:54:31 -04:00
.header.clearfix
%h3#date_header.page-title
%p.light
2017-11-02 04:41:11 -04:00
= s_('ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits.') % { branch_name: @ref }
%input#brush_change{ :type => "hidden" }
2016-06-15 13:01:58 -04:00
.graphs.row
#contributors-master.svg-w-100
2016-06-15 09:54:31 -04:00
#contributors.clearfix
%ol.contributors-list.svg-w-100.row