Commit e2be6fe9 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/assets/javascripts/project.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e11134b9
......@@ -25,14 +25,11 @@ export default class Project {
$this.toggleClass('is-active');
$projectCloneField.val(url);
$cloneBtnText.text(activeText);
<<<<<<< HEAD
$('#modal-geo-info').data({
cloneUrlSecondary: $this.attr('href'),
cloneUrlPrimary: $this.data('primaryUrl') || '',
});
=======
>>>>>>> upstream/master
return $('.clone').text(url);
});
......
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