Commit 7d415465 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'rs-remove-duplicate-reference' into 'master'

Remove duplicate cross-project reference from sidebar

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/7962

[ci skip]

See merge request !114
parents bea926f9 a5322a84
...@@ -71,14 +71,6 @@ ...@@ -71,14 +71,6 @@
= f.select :weight, projects_weight_options(issuable.weight), { include_blank: true }, = f.select :weight, projects_weight_options(issuable.weight), { include_blank: true },
{ class: 'select2 js-select2', data: { placeholder: "Select weight" }} { class: 'select2 js-select2', data: { placeholder: "Select weight" }}
.block
.title
Cross-project reference
.cross-project-reference
%span#cross-project-reference
= cross_project_reference(@project, issuable)
= clipboard_button(clipboard_target: 'span#cross-project-reference')
= render "shared/issuable/participants", participants: issuable.participants(current_user) = render "shared/issuable/participants", participants: issuable.participants(current_user)
- if current_user - if current_user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment