##// 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_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 } %>