summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_work_item_links.html.haml
blob: 3deceacec8dcd11f1ff26d3303396cf590000867 (plain)
1
2
3
4
5
.js-work-item-links-root{ data: { issuable_id: @issue.id, iid: @issue.iid,
  project_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') } }