Added by yu xiaohang over 9 years ago
Hello Yu,
I suggest something simple and clean:
1. Install the Redmine custom JS plugin (Disclaimer: I wrote this plugin)
2. Input the following custom JS to be injected:
$('#issue-form.new_issue').prepend('<div class="nodata"><p>Hello there</p></div>')
Cheers,