2017-11-02 04:41:11 -04:00
|
|
|
- page_title _('Contributors')
|
2017-07-06 12:24:03 -04:00
|
|
|
|
2020-08-20 14:10:16 -04:00
|
|
|
.sub-header-block.bg-gray-light.gl-p-5
|
2019-10-28 14:06:15 -04:00
|
|
|
.tree-ref-holder.inline.vertical-align-middle
|
|
|
|
= render 'shared/ref_switcher', destination: 'graphs'
|
2020-12-14 13:09:48 -05:00
|
|
|
= link_to s_('Commits|History'), project_commits_path(@project, current_ref), class: 'btn gl-button'
|
2016-06-15 09:54:31 -04:00
|
|
|
|
2019-10-28 14:06:15 -04:00
|
|
|
.js-contributors-graph{ class: container_class, 'data-project-graph-path': project_graph_path(@project, current_ref, format: :json),'data-project-branch': current_ref }
|