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

_repo.html.haml « repo « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87fa2007d160c5748e0ebd6044a3f8e01193872e (plain)
1
2
3
4
5
6
7
#repo{ data: { url: content_url,
               project_name: project.name,
               refs_url: refs_project_path(project, format: :json),
               project_url: project_path(project),
               project_id: project.id,
               can_commit: (!!can_push_branch?(project, @ref)).to_s,
               on_top_of_branch: (!!on_top_of_branch?(project, @ref)).to_s } }