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

9 lines
440 B
Text
Raw Normal View History

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