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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
431 B
Text
Raw Normal View History

2023-05-27 22:25:52 +05:30
- page_title _('Contributor statistics')
2023-04-23 21:23:45 +05:30
- 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)
2017-09-10 17:25:29 +05:30
2023-04-23 21:23:45 +05:30
.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 } }