##// END OF EJS Templates
Fixed: context submenus on the issue list don't show up with IE6....
Fixed: context submenus on the issue list don't show up with IE6. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1024 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r962:6d9490ddcc9c
r1011:7f3c5169400f
Show More
issue_add.text.plain.rhtml
3 lines | 190 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_add.text.plain.rhtml
<%= l(:text_issue_added, "##{@issue.id}") %>
----------------------------------------
<%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %>