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

File last commit:

r962:6d9490ddcc9c
r1012:7eec53922273
Show More
issue_edit.text.plain.rhtml
8 lines | 339 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit.text.plain.rhtml
<%= l(:text_issue_updated, "##{@issue.id}") %>
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %>