2018-03-17 18:26:18 +05:30
|
|
|
- page_title _('Contributors')
|
2017-09-10 17:25:29 +05:30
|
|
|
|
2022-07-23 23:45:48 +05:30
|
|
|
.sub-header-block.gl-bg-gray-10.gl-p-5
|
|
|
|
.tree-ref-holder.gl-display-inline-block.gl-vertical-align-middle.gl-mr-3>
|
2019-12-26 22:10:19 +05:30
|
|
|
= 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 } }
|