Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « graphs « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7639eec75d7db5a2c61ddd472262e54a1049b67 (plain)
1
2
3
4
5
6
7
8
- page_title _('Contributors')

.sub-header-block.gl-bg-gray-10.gl-p-5
  .tree-ref-holder.gl-display-inline-block.gl-vertical-align-middle.gl-mr-3>
    = render 'shared/ref_switcher', destination: 'graphs'
  = link_to s_('Commits|History'), project_commits_path(@project, current_ref), class: 'btn gl-button btn-default'

.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 } }