##// END OF EJS Templates
wrapper div added to the layout....
wrapper div added to the layout. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1044 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r962:6d9490ddcc9c
r1031:3d920c13b49e
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 } %>