click: function(event){
    event.preventDefault();
    this.get('controller').send('deleteIssue', this.get('context'));
  }