Add link to github on debug log

// FREEBIE
This commit is contained in:
lilia 2016-04-09 20:36:50 -07:00
parent f3de290f7c
commit 1f4587795e
3 changed files with 14 additions and 1 deletions

View file

@ -11,7 +11,10 @@
this.url = options.url;
},
render_attributes: function() {
return { url: this.url };
return {
url: this.url,
reportIssue: i18n('reportIssue')
};
}
});
Whisper.DebugLogView = Whisper.View.extend({