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

_work_item_links.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 981021c97e6fdef84e6f00fccf57990284d936d8 (plain)
1
2
3
4
5
.js-work-item-links-root{ data: { issuable_id: @issue.id,
  full_path: @project.full_path,
  wi: work_items_index_data(@project),
  register_path: new_user_registration_path(redirect_to_referer: 'yes'),
  sign_in_path: new_session_path(:user, redirect_to_referer: 'yes') } }