##// END OF EJS Templates
Option for long text custom fields to be displayed under the description field (#21705)....
Option for long text custom fields to be displayed under the description field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15205:690a6b792852
r15869:b40d66f39fa8
Show More
issue_add.html.erb
3 lines | 251 B | text/plain | TextLexer
/ app / views / mailer / issue_add.html.erb
Jean-Philippe Lang
Make the issue id from email notifications linkable to issue page (#23180)....
r15205 <%= l(:text_issue_added, :id => link_to("##{@issue.id}", @issue_url), :author => h(@issue.author)).html_safe %>
Jean-Philippe Lang
Notifications about issues (add/edit) are now sent in plain text and html....
r712 <hr />
Jean-Philippe Lang
Role-based issue custom field visibility (#5037)....
r11782 <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>