##// END OF EJS Templates
Display status change before subject of issue on the activity view otherwise it may be truncated....
Display status change before subject of issue on the activity view otherwise it may be truncated. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1505 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1108:14b2d3f4b9ab
r1491:2e8b2d5e1312
Show More
issue_add.text.html.rhtml
3 lines | 170 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_add.text.html.rhtml
<%= l(:text_issue_added, "##{@issue.id}", @issue.author) %>
<hr />
<%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %>