summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/show.html.haml
blob: 9d6f67bd1900042da36fc15dcb1e198fdf519926 (plain)
1
2
3
4
5
- page_title _('Contributor statistics')
- graph_path = project_graph_path(@project, current_ref, ref_type: @ref_type, format: :json)
- commits_path = project_commits_path(@project, current_ref, ref_type: @ref_type)

.js-contributors-graph{ class: container_class, data: { project_graph_path: graph_path, project_branch: current_ref, default_branch: @project.default_branch, project_id: @project.id, commits_path: commits_path } }