Open candidates in new tab

This commit is contained in:
Michael Schmatz 2014-05-14 10:37:16 -07:00
parent 9f9d651b3b
commit 19a637aaa4

View file

@ -185,6 +185,6 @@ module.exports = class EmployersView extends View
else
window.location.hash = id
url = "/account/profile/#{id}"
app.router.navigate url, {trigger: true}
window.open url,"_blank"
else
@openModalView new EmployerSignupView