2018-03-17 18:26:18 +05:30
|
|
|
- page_title _('Contributors')
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2020-11-24 15:15:51 +05:30
|
|
|
.sub-header-block.bg-gray-light.gl-p-5
|
2019-12-26 22:10:19 +05:30
|
|
|
.tree-ref-holder.inline.vertical-align-middle
|
|
|
|
= render 'shared/ref_switcher', destination: 'graphs'
|
2021-03-11 19:13:27 +05:30
|
|
|
= link_to s_('Commits|History'), project_commits_path(@project, current_ref), class: 'btn gl-button btn-default'
|
2016-06-22 15:30:34 +05:30
|
|
|
|
2021-04-29 21:17:54 +05:30
|
|
|
.js-contributors-graph{ class: container_class, data: { project_graph_path: project_graph_path(@project, current_ref, format: :json), project_branch: current_ref, default_branch: @project.default_branch } }
|