summaryrefslogtreecommitdiff
path: root/app/views/projects/graphs/show.html.haml
blob: 495a4ac50bf0ccad7eb846ba75b27d2a641a8a6b (plain)
1
2
3
4
5
6
7
8
- page_title _('Contributors')

.sub-header-block.bg-gray-light.gl-p-3-deprecated-no-really-do-not-use-me
  .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'

.js-contributors-graph{ class: container_class, 'data-project-graph-path': project_graph_path(@project, current_ref, format: :json),'data-project-branch': current_ref }